DirectoryNotFoundException Constructor ()
Initializes a new instance of the DirectoryNotFoundException 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 takes into account the current system culture.
The Exception::InnerException property of the new instance is initialized to null.
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0