TaskExecutionLogEntryEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TaskExecutionLogEntryEventArgs 이벤트에 대한 데이터를 제공합니다.
public ref class TaskExecutionLogEntryEventArgs : EventArgs
public class TaskExecutionLogEntryEventArgs : EventArgs
type TaskExecutionLogEntryEventArgs = class
inherit EventArgs
Public Class TaskExecutionLogEntryEventArgs
Inherits EventArgs
- 상속
-
TaskExecutionLogEntryEventArgs
생성자
| TaskExecutionLogEntryEventArgs(ITask, String, Exception, TaskExecutionLogEntryType) |
지정한 태스크, 메시지, 오류 및 logEntryType 매개 변수를 포함하는 TaskExecutionLogEntryEventArgs 클래스의 새 인스턴스를 초기화합니다. |
속성
| Error |
오류가 실행 중에 발생하는 경우 예외를 가져옵니다. |
| LogEntryType |
태스크 실행과 연결된 로그 항목 유형을 가져옵니다. |
| Message |
로그 항목 이벤트의 메시지를 가져옵니다. |
| Task |
로그 항목 이벤트와 연결된 모든 태스크를 가져옵니다. |