| ORMConcurrencyException Constructor (String, IEntityCore) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic ORMConcurrencyException(
	string message,
	IEntityCore entityWhichFailed
)
Public Sub New ( 
	message As String,
	entityWhichFailed As IEntityCore
)
Parameters
- message
 - Type: SystemString
The message of the exception - entityWhichFailed
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity object which save action failed. 
See Also