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

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

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

構文

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'使用
Dim info As SerializationInfo 
Dim context As StreamingContext 

Dim instance As New ScopeInactiveException(info, context)
protected ScopeInactiveException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ScopeInactiveException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ScopeInactiveException
protected function ScopeInactiveException(
    info : SerializationInfo, 
    context : StreamingContext
)

パラメーター

関連項目

参照

ScopeInactiveException クラス

ScopeInactiveException オーバーロード

Microsoft.Workflow.Client 名前空間