次の方法で共有


SqlTraceFailToLoadInstAPIAssemblyException Constructor (SerializationInfo, StreamingContext)

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

名前空間: Microsoft.SqlServer.Management.Trace
アセンブリ: Microsoft.SqlServer.ConnectionInfo (microsoft.sqlserver.connectioninfo.dll 内)

構文

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected SqlTraceFailToLoadInstAPIAssemblyException (
    SerializationInfo info,
    StreamingContext context
)
protected:
SqlTraceFailToLoadInstAPIAssemblyException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected SqlTraceFailToLoadInstAPIAssemblyException (
    SerializationInfo info, 
    StreamingContext context
)
protected function SqlTraceFailToLoadInstAPIAssemblyException (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

  • info
    SQL Trace Fail to Load Inst API Assembly 例外のシリアル化情報を示す SerializationInfo オブジェクトの値です。
  • context
    SQL Trace Fail to Load Inst API Assembly 例外のストリーム コンテキストを示す StreamingContext オブジェクトの値です。

解説

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

使用例

Visual Basic .NET で例外をキャッチする方法

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

SqlTraceFailToLoadInstAPIAssemblyException Class
SqlTraceFailToLoadInstAPIAssemblyException Members
Microsoft.SqlServer.Management.Trace Namespace

その他の技術情報

SMO 例外の処理