Click or drag to resize

ORMEntityValidationException Constructor (String, IEntityCore)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public ORMEntityValidationException(
	string message,
	IEntityCore entityValidated
)

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