Click or drag to resize
ORMSecurityException Constructor (String)
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.0.0.0 (5.0.0)
Syntax
public ORMSecurityException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also