This documentation is archived and is not being maintained.
DynamicValidator::ValidateException Method
Visual Studio 2010
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 |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note