ITaskExecutionManager.LastExecutionError 属性

定义

获取在最后执行过程中发生的异常错误。

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

属性值

在最后执行过程中发生的异常错误。

适用于