CreateException<T> クラス

 

例外を作成するアクティビティ。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

継承階層

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        Microsoft.Activities.CreateException<T>

構文

public sealed class CreateException<T> : Activity<Exception>
where T : Exception
generic<typename T>
where T : Exception
public ref class CreateException sealed : Activity<Exception^>
[<Sealed>]
type CreateException<'T when 'T : Exception> = 
    class
        inherit Activity<Exception>
    end
Public NotInheritable Class CreateException(Of T As Exception)
    Inherits Activity(Of Exception)

型パラメーター

  • T
    作成された例外の種類。

コンストラクター

名前 説明
System_CAPS_pubmethod CreateException<T>()

新しいインスタンスを初期化、 CreateException<T> クラスです。

プロパティ

名前 説明
System_CAPS_protproperty CacheId

(Activity から継承されます。)

System_CAPS_pubproperty DisplayName

(Activity から継承されます。)

System_CAPS_pubproperty Id

(Activity から継承されます。)

System_CAPS_protproperty ImplementationVersion

(Activity から継承されます。)

System_CAPS_pubproperty InnerException

取得または内部例外を設定します。

System_CAPS_pubproperty Message

取得または例外メッセージを設定します。

System_CAPS_pubproperty Result

(Activity<TResult> から継承されます。)

System_CAPS_pubproperty ResultType

(ActivityWithResult から継承されます。)

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetType()

(Object から継承されます。)

System_CAPS_pubmethod ToString()

(Activity から継承されます。)

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Activities 名前空間

トップに戻る