ORMEntityOutOfSyncException Constructor (String, IEntityCore) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public ORMEntityOutOfSyncException(
string message,
IEntityCore outOfSyncEntity
)
Public Sub New (
message As String,
outOfSyncEntity As IEntityCore
)
Parameters
- message
- Type: SystemString
The message. - outOfSyncEntity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The out of sync entity.
See Also