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

