次の方法で共有


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

シリアル化された情報を使用して、SfcObjectNotFoundException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

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

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

パラメーター

関連項目

参照

SfcObjectNotFoundException クラス

SfcObjectNotFoundException オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間