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