Click or drag to resize

CodedDirectoryNotFoundException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedDirectoryNotFoundException
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.
Public methodCodedDirectoryNotFoundException(Int32)
Initializes a new instance of the CodedDirectoryNotFoundException class with the specified HRESULT value.
Public methodCodedDirectoryNotFoundException(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 .
Public methodCodedDirectoryNotFoundException(Int32, String)
Initializes a new instance of the CodedDirectoryNotFoundException class with a specified HRESULT value and error message.
Protected methodCodedDirectoryNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedDirectoryNotFoundException class with serialized data.
Public methodCodedDirectoryNotFoundException(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.
Public methodCodedDirectoryNotFoundException(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.
Public methodCodedDirectoryNotFoundException(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.
Public methodCodedDirectoryNotFoundException(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.
Public methodCodedDirectoryNotFoundException(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.
Public methodCodedDirectoryNotFoundException(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.
Top
See Also