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