ORMSecurityException Constructor (String, Type, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic ORMSecurityException(
	string message,
	Type affectedEntityType,
	string auditAction
)
Public Sub New ( 
	message As String,
	affectedEntityType As Type,
	auditAction As String
)
Parameters
- message
 - Type: SystemString
The message. - affectedEntityType
 - Type: SystemType
Type of the affected entity. - auditAction
 - Type: SystemString
The audit action. 
See Also