ValidationException Constructor (String, String, Exception) |
Namespace:
SD.LLBLGen.Pro.Core.Exceptions
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax public ValidationException(
string errorMessage,
string propertyName,
Exception innerException
)
Public Sub New (
errorMessage As String,
propertyName As String,
innerException As Exception
)
Parameters
- errorMessage
- Type: SystemString
The error message. - propertyName
- Type: SystemString
Name of the property. - innerException
- Type: SystemException
The inner exception.
See Also