ITaskExecutionManager.LastExecutionError Property

Definition

Gets the exception error that occurred during the last execution.

public:
 property Exception ^ LastExecutionError { Exception ^ get(); };
public Exception LastExecutionError { get; }
member this.LastExecutionError : Exception
Public ReadOnly Property LastExecutionError As Exception

Property Value

The exception error that occurred during the last execution.

Applies to