DOFSecurityException Constructor (Int32, Exception)OpenDOF Object Access Library
Constructs a DOFSecurityException with an error code 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,
	Exception cause
)

Parameters

errorCode
Type: SystemInt32
The error code for the new exception. See the list of error constance in this class for valid values.
cause
Type: SystemException
The associated exception that caused this exception to be thrown.
Remarks

Constructs a DOFSecurityException with an error code and a cause.
See Also

Reference