IValidationFilter.ExceptionsLimit

Syntax

ExceptionsLimit: Integer;

Description

The ExceptionsLimit property determines the threshold number of exceptions loaded by the validation rule.

Comments

The validation rule loads 1000000 exceptions by default.

If the number of found exceptions exceeds the threshold value, the rule generates the warning, saves the found exceptions and shuts down.

If ExceptionsLimit = 0, the threshold value is missing, and the rule finds all exceptions.

IMPORTANT. If the threshold value is missing, the rule can be aborted because of insufficient memory. The found exceptions are not saved.

Example

The property use is given in the example for IValidationFilter.Details.

See also:

IValidationFilter