ORMEntityValidationException Constructor (String, IEntityCore) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public 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