다음을 통해 공유


ITaskManager.LastExecutionError 속성

정의

마지막 실행 중에 발생한 예외 메시지를 가져옵니다.

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

속성 값

마지막 실행 중에 발생한 오류입니다.

적용 대상