次の方法で共有


TaskExecutionLogEntryEventArgs クラス

定義

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

ログ エントリ イベントに関連付けられているタスクを取得します。

適用対象