DOFSecurityException Constructor (String)OpenDOF Object Access Library
Construct a DOFSecurityException with error code INTERNAL and containing an error message;

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

C#
public DOFSecurityException(
	string message
)

Parameters

message
Type: SystemString
The error message for this exception (see org.opendof.core.oal.DOFException.Message() )
See Also

Reference