ITaskManager.LastExecutionError 屬性

定義

會收到上次執行時發生的異常訊息。

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

屬性值

最後一次執行時發生了錯誤。

適用於