Click or drag to resize
ORMSecurityException Constructor (String, IEntityCore)
Initializes a new instance of the ORMSecurityException class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ORMSecurityException(
	string message,
	IEntityCore affectedEntity
)

Parameters

message
Type: SystemString
The message.
affectedEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The affected entity.
See Also