Overload List
Name | Description | |
---|---|---|
![]() | DOFException |
Construct a DOFException with error code
FAILED
.
|
![]() | DOFException(Exception) |
Construct a DOFException with error code
FAILED
and containing a cause.
|
![]() | DOFException(Int32) | Construct a DOFException containing an error code. |
![]() | DOFException(String) |
Construct a DOFException with error code
FAILED
and containing an error message.
|
![]() | DOFException(Int32, DOFProviderInfo) |
Construct a DOFException containing an error code and a
DOFProviderInfo
.
|
![]() | DOFException(Int32, Exception) | Construct a DOFException containing an error code, and a cause. |
![]() | DOFException(Int32, String) | Construct a DOFException containing an error message and an error code. |
![]() | DOFException(String, Exception) |
Construct a DOFException with error code
FAILED
and containing an error message and a cause.
|
![]() | DOFException(Int32, String, DOFProviderInfo) |
Construct a DOFException containing an error message and an error code, and a
DOFProviderInfo
.
|
![]() | DOFException(Int32, String, Exception) | Construct a DOFException containing an error message, an error code, and a cause.
|
![]() | DOFException(Int32, String, Exception, DOFProviderInfo) |
Construct a DOFException containing an error message, an error code, and a
DOFProviderInfo
.
|
See Also