DriveNotFoundException Constructor ()
.NET Framework (current version)
Initializes a new instance of the DriveNotFoundException class with its message string set to a system-supplied message and its HRESULT set to COR_E_DIRECTORYNOTFOUND.
Assembly: mscorlib (in mscorlib.dll)
This constructor initializes the Exception::Message property of the new instance to a system-supplied message that describes the error, such as "Could not find the specified directory." This message is localized based on the current system culture.
The Exception::InnerException property of the new instance is initialized to null.
.NET Framework
Available since 2.0
Available since 2.0
Show: