DriveNotFoundException Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the DriveNotFoundException class with the specified message string and the HRESULT set to COR_E_DIRECTORYNOTFOUND.
Assembly: mscorlib (in mscorlib.dll)
This constructor initializes the Exception::Message property of the new instance using the message parameter.
The Exception::InnerException property of the new instance is initialized to null.
.NET Framework
Available since 2.0
Available since 2.0
Show: