TrackingWorkflowExceptionEventArgs クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

ワークフロー インスタンスの実行中に発生する例外に関連付けられたデータを格納します。

public ref class TrackingWorkflowExceptionEventArgs : EventArgs
[System.Serializable]
public class TrackingWorkflowExceptionEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class TrackingWorkflowExceptionEventArgs : EventArgs
[<System.Serializable>]
type TrackingWorkflowExceptionEventArgs = class
    inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type TrackingWorkflowExceptionEventArgs = class
    inherit EventArgs
Public Class TrackingWorkflowExceptionEventArgs
Inherits EventArgs
継承
TrackingWorkflowExceptionEventArgs
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

ワークフロー インスタンスの実行中に例外が発生し、ワークフロー インスタンスに関連付けられているTrackingProfileWorkflowTrackPoint用に構成されたTrackingWorkflowEvent.Exceptionが含まれている場合、ワークフロー追跡インフラストラクチャは、追跡サービスに送信するEventArgsTrackingWorkflowExceptionEventArgsWorkflowTrackingRecordを設定します。

Note

TrackingWorkflowExceptionEventArgs は、 WorkflowTrackingRecordに情報を渡すためにランタイム追跡サービスによってのみ使用されます。

プロパティ

名前 説明
ContextGuid
古い.

関連付けられているアクティビティのコンテキスト ID を取得します。

CurrentActivityPath
古い.

現在例外をスローしているアクティビティの QualifiedName を取得します。

Exception
古い.

ワークフロー インスタンスによってスローされる Exception を取得します。

OriginalActivityPath
古い.

最初に例外をスローしたアクティビティの QualifiedName を取得します。

ParentContextGuid
古い.

親アクティビティのコンテキスト ID を取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象