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