DynamicValidator.ValidateException(Exception) Method

Definition

Sets up a validation exception if an exception occurs in the data model.

protected virtual void ValidateException(Exception exception);

Parameters

exception
Exception

The exception that is thrown.

Remarks

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.

Uwaga

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

Applies to

Produkt Wersje
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1