ArgumentException Constructor

Overload List

ArgumentException(ErrorCode)Initializes a new instance of the ArgumentException class
ArgumentException(String)Initializes a new instance of the ArgumentException class
ArgumentException(ErrorCode, String)Initializes a new instance of the ArgumentException class
ArgumentException(ExceptionSeverity, String)Initializes a new instance of the ArgumentException class
ArgumentException(ExceptionSeverity, ErrorCode, String)Initializes a new instance of the ArgumentException class

See Also