Click or drag to resize

CodedIOException Constructor

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

Overload List
  NameDescription
Public methodCodedIOException
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.
Public methodCodedIOException(Int32)
Initializes a new instance of the CodedIOException class with its message string set to the empty string ("") and a specified HRESULT value.
Public methodCodedIOException(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 .
Public methodCodedIOException(Int32, String)
Initializes a new instance of the CodedIOException class with a specified HRESULT value and error message.
Protected methodCodedIOException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedIOException class with serialized data.
Public methodCodedIOException(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.
Public methodCodedIOException(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.
Top
See Also