CommandLineArgumentsException ctors
This commit is contained in:
@@ -8,6 +8,17 @@ namespace OpenMetaverse.TestClient
|
||||
[Serializable]
|
||||
public class CommandLineArgumentsException : Exception
|
||||
{
|
||||
public CommandLineArgumentsException() : base()
|
||||
{
|
||||
}
|
||||
|
||||
public CommandLineArgumentsException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public CommandLineArgumentsException(string message, Exception innerException) : base(message, innerException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class Program
|
||||
|
||||
Reference in New Issue
Block a user