ITaskManager.LastExecutionError 属性

定义

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

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

属性值

在最后执行的过程中出错。

适用于