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