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