DriveNotFoundException Constructor
.NET Framework 4.5
Initializes a new instance of the DriveNotFoundException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(String) | Initializes a new instance of the DriveNotFoundException class with the specified message string and the 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, 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. |