Click or drag to resize
ORMConcurrencyException Constructor (String, IEntityCore)
CTor

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 ORMConcurrencyException(
	string message,
	IEntityCore entityWhichFailed
)

Parameters

message
Type: SystemString
The message of the exception
entityWhichFailed
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity object which save action failed.
See Also