Class CommandParameterParseException
Inheritance
System.Object
CommandParameterParseException
Assembly: OpenMod.Core.dll
Syntax
public class CommandParameterParseException : UserFriendlyException
Constructors
|
Improve this Doc
View Source
CommandParameterParseException(String, String, Type)
Declaration
public CommandParameterParseException(string message, string argument, Type expectedType)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
argument |
|
Type |
expectedType |
|
Properties
|
Improve this Doc
View Source
Argument
Declaration
public string Argument { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExpectedType
Declaration
public Type ExpectedType { get; }
Property Value
Extension Methods