Click or drag to resize
DigitalRuneConsoleCommandException Constructor
Initializes a new instance of the ConsoleCommandException class.
Overload List
  NameDescription
Public methodConsoleCommandException
Initializes a new instance of the ConsoleCommandException class.
Public methodConsoleCommandException(String)
Initializes a new instance of the ConsoleCommandException class with a specified error message.
Protected methodConsoleCommandException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConsoleCommandException class with serialized data.
Public methodConsoleCommandException(String, Exception)
Initializes a new instance of the ConsoleCommandException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodConsoleCommandException(String, String)
Initializes a new instance of the ConsoleCommandException class with a specified error message and the argument that caused the error.
Top
See Also