Click or drag to resize

CodedArgumentException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedArgumentException
Initializes a new instance of the CodedArgumentException class.
Public methodCodedArgumentException(Int32)
Initializes a new instance of the CodedArgumentException class with a specified HRESULT value and a system-supplied message that describes the error.
Public methodCodedArgumentException(String)
Initializes a new instance of the CodedArgumentException class with a specified error message.
Public methodCodedArgumentException(Int32, String)
Initializes a new instance of the CodedArgumentException class with a specified HRESULT value and an error message.
Protected methodCodedArgumentException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedArgumentException class with serialized data.
Public methodCodedArgumentException(String, Exception)
Initializes a new instance of the CodedArgumentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedArgumentException(String, String)
Initializes a new instance of the CodedArgumentException class with a specified error message and the name of the parameter that causes this exception.
Public methodCodedArgumentException(Int32, String, Exception)
Initializes a new instance of the CodedArgumentException class with a specified HRESULT value, an error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedArgumentException(Int32, String, String)
Initializes a new instance of the CodedArgumentException class with a specified HRESULT value, an error message and the name of the parameter that causes this exception.
Public methodCodedArgumentException(String, String, Exception)
Initializes a new instance of the CodedArgumentException class with a specified error message, the parameter name, and a reference to the inner exception that is the cause of this exception.
Public methodCodedArgumentException(Int32, String, String, Exception)
Initializes a new instance of the CodedArgumentException class with a specified HRESULT value, an error message, the parameter name, and a reference to the inner exception that is the cause of this exception.
Top
See Also