Click or drag to resize

CommandLineArgumentException Constructor

Overload List
  NameDescription
Public methodCommandLineArgumentException
Initializes a new instance of the CommandLineArgumentException class.
Public methodCommandLineArgumentException(String)
Initializes a new instance of the CommandLineArgumentException class with a specified error message.
Protected methodCommandLineArgumentException(SerializationInfo, StreamingContext)
Initializes a new instance of the CommandLineArgumentException class with serialized data.
Public methodCommandLineArgumentException(String, CommandLineArgumentErrorCategory)
Initializes a new instance of the CommandLineArgumentException class with a specified error message.
Public methodCommandLineArgumentException(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.
Public methodCommandLineArgumentException(String, CommandLineArgumentErrorCategory, 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.
Public methodCommandLineArgumentException(String, String, CommandLineArgumentErrorCategory)
Initializes a new instance of the CommandLineArgumentException class with a specified error message and argument name.
Public methodCommandLineArgumentException(String, String, CommandLineArgumentErrorCategory, Exception)
Initializes a new instance of the CommandLineArgumentException class with a specified error message and argument name, and a reference to the inner Exception that is the cause of this CommandLineArgumentException.
Top
See Also