Click or drag to resize

ArgumentException Constructor

Overload List
  NameDescription
Public methodArgumentException(String)
Initializes a new instance of the ArgumentException class
Public methodArgumentException(ErrorCode)
Initializes a new instance of the ArgumentException class
Public methodArgumentException(ErrorCode, String)
Initializes a new instance of the ArgumentException class
Public methodArgumentException(ExceptionSeverity, String)
Initializes a new instance of the ArgumentException class
Public methodArgumentException(ExceptionSeverity, ErrorCode, String)
Initializes a new instance of the ArgumentException class
Top
See Also