IScheduledTaskValidationChecker.ExceptionCount

Fore Syntax

ExceptionCount: Integer;

Fore.NET Syntax

ExceptionCount: integer;

Description

The ExceptionCount property determines the number of exceptions from the rule.

Comments

To determine an exception type, use the IScheduledTaskValidationChecker.Condition property.

Fore and Fore.NET Examples

The property use is given in the example for IScheduledTaskValidationChecker.Validation.

See also:

IScheduledTaskValidationChecker