ScopeInactiveException コンストラクター

 

ScopeInactiveException クラスの新しいインスタンスを初期化します。

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

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod ScopeInactiveException()

既定値を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

System_CAPS_protmethod ScopeInactiveException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod ScopeInactiveException(String)

エラーメッセージを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod ScopeInactiveException(String, Exception)

エラー メッセージと内部例外を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

参照

ScopeInactiveException クラス
Microsoft.Workflow.Client 名前空間

トップに戻る

ScopeInactiveException コンストラクター ()

既定値を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

構文

public ScopeInactiveException()
public:
ScopeInactiveException()
new : unit -> ScopeInactiveException
Public Sub New

トップに戻る

ScopeInactiveException コンストラクター (SerializationInfo, StreamingContext)

シリアル化されたデータを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

構文

protected ScopeInactiveException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ScopeInactiveException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ScopeInactiveException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

パラメーター

トップに戻る

ScopeInactiveException コンストラクター (String)

エラーメッセージを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

構文

public ScopeInactiveException(
    string message
)
public:
ScopeInactiveException(
    String^ message
)
new : 
        message:string -> ScopeInactiveException
Public Sub New (
    message As String
)

パラメーター

  • message
    Type: System.String

    エラーについて説明するメッセージ。

トップに戻る

ScopeInactiveException コンストラクター (String, Exception)

エラー メッセージと内部例外を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。

構文

public ScopeInactiveException(
    string message,
    Exception inner
)
public:
ScopeInactiveException(
    String^ message,
    Exception^ inner
)
new : 
        message:string *
        inner:Exception -> ScopeInactiveException
Public Sub New (
    message As String,
    inner As Exception
)

パラメーター

  • message
    Type: System.String

    エラーについて説明するメッセージ。

トップに戻る