CodedSerializationException Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | CodedSerializationException |
Initializes a new instance of the CodedSerializationException class.
|
![]() | CodedSerializationException(Int32) |
Initializes a new instance of the CodedSerializationException class with a specified HRESULT value.
|
![]() | CodedSerializationException(String) |
Initializes a new instance of the CodedSerializationException class with a specified error message.
|
![]() | CodedSerializationException(Int32, String) |
Initializes a new instance of the CodedSerializationException class with a specified HRESULT value and error message.
|
![]() | CodedSerializationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedSerializationException class with serialized data.
|
![]() | CodedSerializationException(String, Exception) |
Initializes a new instance of the CodedSerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
![]() | CodedSerializationException(Int32, String, Exception) |
Initializes a new instance of the CodedSerializationException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
|