ExceptionsLimit: Integer;
ExceptionsLimit: integer;
The ExceptionsLimit property determines the threshold number of exceptions unloaded by the validation rule.
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.
The property use is given in the example for IValidationFilter.Details.
See also: