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

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

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

パラメーター

  • message
    型: System.String
    例外を説明するエラー メッセージ。

関連項目

参照

ScopeNotFoundException クラス

ScopeNotFoundException オーバーロード

Microsoft.Workflow.Client 名前空間