Click or drag to resize
ORMEntityValidationException Constructor (String, IEntityCore, Exception)
Initializes a new instance of the ORMEntityValidationException class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ORMEntityValidationException(
	string message,
	IEntityCore entityValidated,
	Exception innerException
)

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