ITask.Exception

Fore Syntax

Exception: IException;

Fore.NET Syntax

Exception: Prognoz.Platform.Interop.ForeSystem.Exception;

Description

The Exception property returns information on the error occurred at the task runtime.

Example

The property use is given in description of the ITask.ContinueWith method.

See also:

ITask