ITaskExecutionManager.LastExecutionError 属性

定义

会触发上次执行时发生的异常错误。

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

属性值

就是上一次执行时发生的异常错误。

适用于