DriveNotFoundException Constructor
.NET Framework (current version)
Initializes a new instance of the DriveNotFoundException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | DriveNotFoundException() | 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. |
![]() | DriveNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the DriveNotFoundException class with the specified serialization and context information. |
![]() | DriveNotFoundException(String) | Initializes a new instance of the DriveNotFoundException class with the specified message string and the HRESULT set to COR_E_DIRECTORYNOTFOUND. |
![]() | DriveNotFoundException(String, Exception) | Initializes a new instance of the DriveNotFoundException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

