DynamicValidator.ValidateException Method (Exception)
.NET Framework (current version)
Sets up a validation exception if an exception occurs in the data model.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- exception
-
Type:
System.Exception
The exception that is thrown.
This method is called when an exception is thrown. A column-specific validator fails when a validation exception contains an associated inner exception, but a global validator fail when a non-validation exception occurs.
Note |
|---|
Only use this method if the exception is a ValidationException. If the exception is caused by a database error, using this method can display a sensitive database error |
.NET Framework
Available since 3.5
Available since 3.5
Show:
