ServicesExceptionNotHandledEventArgs クラス

定義

注意事項

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

ServicesExceptionNotHandled イベントのデータを提供します。

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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

WorkflowRuntimeService クラスから派生したサービスが自身では処理できない例外を検出すると、RaiseServicesExceptionNotHandledEvent メソッドを呼び出して、ワークフロー ランタイム エンジンに WorkflowRuntime.ServicesExceptionNotHandled イベントを発生させるよう指示します。 サービスは、ワークフロー インスタンスの Guid とこのイベントに関連付けられる Exception を、RaiseServicesExceptionNotHandledEvent の呼び出しで渡します。 ワークフロー ランタイム エンジンは、これらのパラメーターを ServicesExceptionNotHandledEventArgs にカプセル化し、WorkflowRuntime.ServicesExceptionNotHandled イベントを発生させます。 WorkflowRuntime.ServicesExceptionNotHandled イベントのサブスクライバーの内部から WorkflowInstanceId プロパティと Exception プロパティを読み取って、特定の WorkflowRuntime.ServicesExceptionNotHandled イベントに関連付けられた情報を取得できます。

プロパティ

Exception
古い.

サービスが処理できなかった例外を取得します。

WorkflowInstanceId
古い.

未処理の例外に関連付けられているワークフロー インスタンスの Guid を取得します。

メソッド

Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象