Initializes a new instance of the ValidationError class
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public ValidationError( Validator validator, ValidationContext context, string message = null, string key = null )
Parameters
- validator
- Type: Breeze.SharpValidator
- context
- Type: Breeze.SharpValidationContext
- message (Optional)
- Type: SystemString
- key (Optional)
- Type: SystemString
See Also