Projektdateien hinzufügen.
This commit is contained in:
11
Pilz.Reflection.PluginSystem/PluginLoadException.vb
Normal file
11
Pilz.Reflection.PluginSystem/PluginLoadException.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Public Class PluginLoadException
|
||||
Inherits Exception
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New
|
||||
End Sub
|
||||
|
||||
Public Sub New(message As String)
|
||||
MyBase.New(message)
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user