Click or drag to resize

CodedDataException Constructor

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

Overload List
  NameDescription
Public methodCodedDataException
Initializes a new instance of the CodedDataException class with a default message, and its inner exception set to a null reference.
Public methodCodedDataException(Int32)
Initializes a new instance of the CodedDataException class with the specified HRESULT value.
Public methodCodedDataException(String)
Initializes a new instance of the CodedDataException class with with its message string set to message and its inner exception set to .
Public methodCodedDataException(Int32, String)
Initializes a new instance of the CodedDataException class with a specified HRESULT value and error message.
Protected methodCodedDataException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedDataException class with serialized data.
Public methodCodedDataException(String, Exception)
Initializes a new instance of the CodedDataException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedDataException(Int32, String, Exception)
Initializes a new instance of the CodedDataException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
Top
See Also