System.IO.IOException: Constructor Members

The constructors of System.IO.IOException are listed below. For a list of all members, see the IOException Members list.

See Also: Inherited members from System.SystemException

Public Constructors

Initializes a new instance of the System.IO.IOException 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.

Initializes a new instance of the System.IO.IOException class with its message string set to message, its HRESULT set to COR_E_IO, and its inner exception set to null.

Initializes a new instance of the System.IO.IOException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the System.IO.IOException class with its message string set to message and its HRESULT user-defined.

Protected Constructors

Initializes a new instance of the System.IO.IOException class with the specified serialization and context information.