次の方法で共有


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

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

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

構文

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

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

パラメーター

使用例

SMO 例外の処理

関連項目

参照

SqlTraceFailToLoadInstAPIAssemblyException クラス

SqlTraceFailToLoadInstAPIAssemblyException オーバーロード

Microsoft.SqlServer.Management.Trace 名前空間

その他の技術情報

SMO 例外の処理