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

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

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

構文

'宣言
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'使用
Dim message As String 
Dim inner As Exception 

Dim instance As New ServiceVersionMismatchException(message, _
    inner)
public ServiceVersionMismatchException(
    string message,
    Exception inner
)
public:
ServiceVersionMismatchException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> ServiceVersionMismatchException
public function ServiceVersionMismatchException(
    message : String, 
    inner : Exception
)

パラメーター

関連項目

参照

ServiceVersionMismatchException クラス

ServiceVersionMismatchException オーバーロード

Microsoft.Workflow.Client 名前空間