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