Click or drag to resize
ValidationException Constructor (String, String)
Initializes a new instance of the ValidationException class.

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
)

Parameters

errorMessage
Type: SystemString
The error message.
propertyName
Type: SystemString
Name of the property.
See Also