次の方法で共有


SqlTraceFailToLoadInstAPIAssemblyException クラス

定義

SqlTraceFailToLoadInstAPIAssemblyException クラスは、INST API アセンブリの読み込みに失敗した場合に SMO トレース オブジェクトによって発生する例外を表します。

public ref class SqlTraceFailToLoadInstAPIAssemblyException : Microsoft::SqlServer::Management::Trace::SqlTraceException
[System.Serializable]
public class SqlTraceFailToLoadInstAPIAssemblyException : Microsoft.SqlServer.Management.Trace.SqlTraceException
[<System.Serializable>]
type SqlTraceFailToLoadInstAPIAssemblyException = class
    inherit SqlTraceException
Public Class SqlTraceFailToLoadInstAPIAssemblyException
Inherits SqlTraceException
継承
SqlTraceFailToLoadInstAPIAssemblyException
属性

注釈

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

コンストラクター

SqlTraceFailToLoadInstAPIAssemblyException()

SqlTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

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

SqlTraceFailToLoadInstAPIAssemblyException(String)

指定したメッセージを使用して、SqlTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

指定したメッセージと内部例外を使用して、SqlTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

指定したメッセージ ソースとメッセージを使用して、SqlTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

適用対象