Click or drag to resize

ORMEntityOutOfSyncException Constructor (String, IEntityCore)

Initializes a new instance of the ORMEntityOutOfSyncException class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public ORMEntityOutOfSyncException(
	string message,
	IEntityCore outOfSyncEntity
)

Parameters

message
Type: SystemString
The message.
outOfSyncEntity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The out of sync entity.
See Also