Click or drag to resize

ORMSecurityException Constructor (String, Type, String)

Initializes a new instance of the ORMSecurityException class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public ORMSecurityException(
	string message,
	Type affectedEntityType,
	string auditAction
)

Parameters

message
Type: SystemString
The message.
affectedEntityType
Type: SystemType
Type of the affected entity.
auditAction
Type: SystemString
The audit action.
See Also