DOFSecurityException Constructor (Int32, String)OpenDOF Object Access Library
Constructs an DOFSecurityException with an error code and a custom error message.

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
)

Parameters

errorCode
Type: SystemInt32
The error code for the new exception. See the list of error constants in this class for valid values.
message
Type: SystemString
An error message to override the default message for the specified error code (see org.opendof.core.oal.DOFException.Message() ).
Remarks

Constructs an DOFSecurityException with an error code and a custom error message.
See Also

Reference