Click or drag to resize

ORMSecurityException Constructor (String, Type)

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.9.0.0 (5.9.0)
Syntax
public ORMSecurityException(
	string message,
	Type affectedEntityType
)

Parameters

message
Type: SystemString
The message.
affectedEntityType
Type: SystemType
Type of the affected entity.
See Also