CodedDataException Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | CodedDataException |
Initializes a new instance of the CodedDataException class with a default message, and its inner exception set to a null reference.
|
![]() | CodedDataException(Int32) |
Initializes a new instance of the CodedDataException class with the specified HRESULT value.
|
![]() | CodedDataException(String) |
Initializes a new instance of the CodedDataException class with with its message string set to message and its inner exception set to .
|
![]() | CodedDataException(Int32, String) |
Initializes a new instance of the CodedDataException class with a specified HRESULT value and error message.
|
![]() | CodedDataException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedDataException class with serialized data.
|
![]() | CodedDataException(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.
|
![]() | CodedDataException(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.
|