Share via


ITaskManager.LastExecutionError プロパティ

定義

前回の実行中に発生した例外メッセージを取得します。

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

プロパティ値

前回の実行中に発生したエラー。

適用対象