ValidationException.ValidationAttribute Property

Definition

Gets the instance of the ValidationAttribute class that triggered this exception.

public:
 property System::ComponentModel::DataAnnotations::ValidationAttribute ^ ValidationAttribute { System::ComponentModel::DataAnnotations::ValidationAttribute ^ get(); };
public System.ComponentModel.DataAnnotations.ValidationAttribute ValidationAttribute { get; }
public System.ComponentModel.DataAnnotations.ValidationAttribute? ValidationAttribute { get; }
member this.ValidationAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
Public ReadOnly Property ValidationAttribute As ValidationAttribute

Property Value

An instance of the validation attribute type that triggered this exception.

Remarks

This type is used to enforce validation based on the metadata associated with the data table. If an error occurs, the ValidationAttribute class triggers a ValidationException.

This class can be overridden to create custom validation attributes.

LinqDataSourceValidationException

Applies to