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

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

名前空間:  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 ScopeRevisionMismatchException(message, _
    inner)
public ScopeRevisionMismatchException(
    string message,
    Exception inner
)
public:
ScopeRevisionMismatchException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> ScopeRevisionMismatchException
public function ScopeRevisionMismatchException(
    message : String, 
    inner : Exception
)

パラメーター

関連項目

参照

ScopeRevisionMismatchException クラス

ScopeRevisionMismatchException オーバーロード

Microsoft.Workflow.Client 名前空間