2 references to ValidationException
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttribute.cs (1)
481throw new ValidationException(result, this, value);
DataAnnotations\Validator.cs (1)
547throw new ValidationException(this.ValidationResult, this.ValidationAttribute, this.Value);