ITaskManager.LastExecutionError Property

Definition

Gets the exception message 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

An error occurred during the last execution.

Applies to