ValidationException.ValidationAttribute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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