ITaskExecutionManager.LastExecutionError 屬性

定義

會觸發上次執行時發生的例外錯誤。

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

屬性值

就是上次執行時發生的例外錯誤。

適用於