Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DriveNotFoundException Constructor ()

 

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.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

public:
DriveNotFoundException()

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
Return to top
Show:
© 2017 Microsoft