Overload List
Name | Description | |
---|---|---|
![]() | DOFSecurityException |
Construct a DOFSecurityException with error code
INTERNAL
.
|
![]() | DOFSecurityException(Exception) |
Construct a DOFSecurityException with error code
INTERNAL
and containing a cause.
|
![]() | DOFSecurityException(Int32) | Constructs a DOFSecurityException with an error code. |
![]() | DOFSecurityException(String) |
Construct a DOFSecurityException with error code
INTERNAL
and containing an error message;
|
![]() | DOFSecurityException(Int32, Exception) | Constructs a DOFSecurityException with an error code and a cause. |
![]() | DOFSecurityException(Int32, String) | Constructs an DOFSecurityException with an error code and a custom error message.
|
![]() | DOFSecurityException(String, Exception) |
Construct a DOFSecurityException with error code
INTERNAL
and containing an error message and a cause.
|
![]() | DOFSecurityException(Int32, String, Exception) | Construct a DOFSecurityException using an error code, an error message and a cause.
|
See Also