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