convert VB to C#
This commit is contained in:
15
Pilz.Reflection.PluginSystem/PluginLoadException.cs
Normal file
15
Pilz.Reflection.PluginSystem/PluginLoadException.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Pilz.Reflection.PluginSystem
|
||||
{
|
||||
public class PluginLoadException : Exception
|
||||
{
|
||||
public PluginLoadException() : base()
|
||||
{
|
||||
}
|
||||
|
||||
public PluginLoadException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user