次の方法で共有


ITaskExecutionManager.LastExecutionError プロパティ

定義

前回の実行中に発生した例外エラーを取得します。

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

プロパティ値

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

適用対象