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