次の方法で共有


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

指定したシリアル化情報とストリーム コンテキストのある InvalidSqlServer2005StoreFormatException クラスの新しいインスタンスを初期化します。

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

構文

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

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

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

InvalidSqlServer2005StoreFormatException クラス

InvalidSqlServer2005StoreFormatException オーバーロード

Microsoft.SqlServer.Management.RegisteredServers 名前空間