ORMSecurityException Constructor (String, IEntityCore, String) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public 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