-
Home
-
API
-
XenoAtom.CommandLine
-
CommandException
-
Constructors
-
CommandException(String, Exception)
CommandException(String, Exception) Constructor
Definition
Creates a new instance of CommandException.
public CommandException(string message, Exception innerException)
Parameters
- message
- String
The message of this exception.
- innerException
- Exception
The associated inner exception.