IValidationFilter.ExceptionsLimit

Fore Syntax

ExceptionsLimit: Integer;

Fore.NET Syntax

ExceptionsLimit: integer;

Description

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

Comments

By default the validation rule unloads 1000000 exceptions.

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.

Fore and Fore.NET Examples

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

See also:

IValidationFilter