Click or drag to resize
ORMBadSequenceException Constructor (String, String)
Initializes a new instance of the ORMBadSequenceException 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 ORMBadSequenceException(
	string message,
	string query
)

Parameters

message
Type: SystemString
The message.
query
Type: SystemString
The query.
See Also