DOFSecurityException Constructor (Int32)OpenDOF Object Access Library
Constructs a DOFSecurityException with an error code.

Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
protected DOFSecurityException(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
The error code for the new exception. See the list of error constants in this class for valid values.
Remarks

Constructs a DOFSecurityException with an error code.
See Also

Reference