ORMEntityValidationException Constructor (String, IEntityCore) | 
 
            CTor
            
 
    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)
Syntaxpublic ORMEntityValidationException(
	string message,
	IEntityCore entityValidated
)
Public Sub New ( 
	message As String,
	entityValidated As IEntityCore
)
Parameters
- message
 - Type: SystemString
The message of the exception - entityValidated
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity object validated. Offered as object to share exception objects between adapter/selfservicing. 
See Also