Method | Description | |
---|---|---|
CommandLineArgumentException ( ) : System |
Initializes a new instance of the CommandLineArgumentException class.
|
|
CommandLineArgumentException ( string message ) : System |
Initializes a new instance of the CommandLineArgumentException class with a descriptive message.
|
|
CommandLineArgumentException ( string message, |
Initializes a new instance of the CommandLineArgumentException class with a descriptive message and an inner exception.
|
Method | Description | |
---|---|---|
CommandLineArgumentException ( |
public CommandLineArgumentException ( ) : System | ||
return | System |
public CommandLineArgumentException ( string message ) : System | ||
message | string | A descriptive message to include with the exception. |
return | System |
public CommandLineArgumentException ( string message, |
||
message | string | A descriptive message to include with the exception. |
innerException | A nested exception that is the cause of the current exception. | |
return | System |