Bridge

ArgumentException Members

The ArgumentException type exposes the following members.

Constructors


  Name Description
Public method ArgumentException()()()()
Initializes a new instance of the ArgumentException class.
Public method ArgumentException(String)
Initializes a new instance of the ArgumentException class with a specified error message.
Public method ArgumentException(String, Exception)
Public method ArgumentException(String, String)
Initializes a new instance of the ArgumentException class with a specified error message and the name of the parameter that causes this exception.
Public method ArgumentException(String, String, Exception)

Properties


  Name Description
Public property ParamName
Gets the name of the parameter that causes this exception.