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