ORMEntityValidationException Constructor (String, IEntityCore, Exception) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic ORMEntityValidationException(
	string message,
	IEntityCore entityValidated,
	Exception innerException
)
Public Sub New ( 
	message As String,
	entityValidated As IEntityCore,
	innerException As Exception
)
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. - innerException
 - Type: SystemException
The inner exception. 
See Also