ServiceVersionMismatchException コンストラクター

 

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

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

オーバーロードの一覧

名前 説明
System_CAPS_protmethod ServiceVersionMismatchException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod ServiceVersionMismatchException(String)

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

System_CAPS_pubmethod ServiceVersionMismatchException(String, Exception)

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

参照

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

トップに戻る

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

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

構文

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

パラメーター

トップに戻る

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

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

構文

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

パラメーター

トップに戻る

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

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

構文

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

パラメーター

トップに戻る