CommandLineArgumentException |
Initializes a new instance of the CommandLineArgumentException class.
|
CommandLineArgumentException(String) |
Initializes a new instance of the CommandLineArgumentException class with a specified error message.
|
CommandLineArgumentException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CommandLineArgumentException class with serialized data.
Obsolete. |
CommandLineArgumentException(String, CommandLineArgumentErrorCategory) |
Initializes a new instance of the CommandLineArgumentException class with a
specified error message and category.
|
CommandLineArgumentException(String, Exception) |
Initializes a new instance of the CommandLineArgumentException class with
a specified error message and a reference to the inner Exception that is
the cause of this CommandLineArgumentException.
|
CommandLineArgumentException(String, CommandLineArgumentErrorCategory, Exception) |
Initializes a new instance of the CommandLineArgumentException class with
a specified error message, category, and a reference to the inner Exception that is
the cause of this CommandLineArgumentException.
|
CommandLineArgumentException(String, String, CommandLineArgumentErrorCategory) |
Initializes a new instance of the CommandLineArgumentException class with
a specified error message, argument name and category.
|
CommandLineArgumentException(String, String, CommandLineArgumentErrorCategory, Exception) |
Initializes a new instance of the CommandLineArgumentException class with
a specified error message, argument name, category, and a reference to the inner
Exception that is the cause of this CommandLineArgumentException.
|