| ORMSecurityException Constructor (String, IEntityCore, String) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic ORMSecurityException(
	string message,
	IEntityCore affectedEntity,
	string auditAction
)
Public Sub New ( 
	message As String,
	affectedEntity As IEntityCore,
	auditAction As String
)
Parameters
- message
 - Type: SystemString
The message. - affectedEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The affected entity. - auditAction
 - Type: SystemString
The audit action. 
See Also