DynamicValidator.ValidationException Property

 

Gets or sets validation exception that occurs during validation.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Protected Overridable Property ValidationException As Exception

Property Value

Type: System.Exception

The validation exception that is thrown.

This property represents the validation exception that is thrown if an error occurs when a value is edited or when a new value is inserted into the data model.

.NET Framework
Available since 3.5
Return to top
Show: