CodedDirectoryNotFoundException Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | CodedDirectoryNotFoundException |
Initializes a new instance of the CodedDirectoryNotFoundException class with its HRESULT set to COR_E_DIRECTORYNOTFOUND, and its inner exception set to a null reference.
|
![]() | CodedDirectoryNotFoundException(Int32) |
Initializes a new instance of the CodedDirectoryNotFoundException class with the specified HRESULT value.
|
![]() | CodedDirectoryNotFoundException(String) |
Initializes a new instance of the CodedDirectoryNotFoundException class with with its message string set to message, its HRESULT set to COR_E_DIRECTORYNOTFOUND, and its inner exception set to .
|
![]() | CodedDirectoryNotFoundException(Int32, String) |
Initializes a new instance of the CodedDirectoryNotFoundException class with a specified HRESULT value and error message.
|
![]() | CodedDirectoryNotFoundException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedDirectoryNotFoundException class with serialized data.
|
![]() | CodedDirectoryNotFoundException(String, Exception) |
Initializes a new instance of the CodedDirectoryNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
![]() | CodedDirectoryNotFoundException(String, String) |
Initializes a new instance of the CodedDirectoryNotFoundException class with with its message string set to message, specifying the directory name that cannot be found, its HRESULT set to COR_E_DIRECTORYNOTFOUND.
|
![]() | CodedDirectoryNotFoundException(Int32, String, Exception) |
Initializes a new instance of the CodedDirectoryNotFoundException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
|
![]() | CodedDirectoryNotFoundException(Int32, String, String) |
Initializes a new instance of the CodedDirectoryNotFoundException class with with a specified HRESULT value, its message string set to message, specifying the directory name that cannot be found.
|
![]() | CodedDirectoryNotFoundException(String, String, Exception) |
Initializes a new instance of the CodedDirectoryNotFoundException class with its message string set to message, specifying the directory name that cannot be found,
its HRESULT set to COR_E_DIRECTORYNOTFOUND, and a reference to the inner exception that is the cause of this exception.
|
![]() | CodedDirectoryNotFoundException(Int32, String, String, Exception) |
Initializes a new instance of the CodedDirectoryNotFoundException class with a specified HRESULT value, its message string set to message, specifying the directory that cannot be found,
and a reference to the inner exception that is the cause of this exception.
|