ValidationException Constructor (String, String) |
Namespace: SD.LLBLGen.Pro.Core.ExceptionsAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.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