Construct a DOFSecurityException using an error code, an error message and a cause.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFSecurityException( int errorCode, string message, Exception cause )
Parameters
- errorCode
- Type: SystemInt32
The error code for this exception - message
- Type: SystemString
The error message for this exception (see org.opendof.core.oal.DOFException.Message() ) - cause
- Type: SystemException
The original cause of the exception.
Remarks
See Also