System.IO.DirectoryNotFoundException: Constructor Members

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

See Also: Inherited members from System.IO.IOException

Public Constructors

Initializes a new instance of the System.IO.DirectoryNotFoundException class with its message string set to a system-supplied message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.

Initializes a new instance of the System.IO.DirectoryNotFoundException class with its message string set to message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.

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

Protected Constructors

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