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
屬性

備註

線程安全性

任何此類的公開靜態(共享於Microsoft Visual Basic)成員對多執行緒操作都是安全的。 任何實例成員都不保證具有執行緒安全性。

建構函式

名稱 Description
SqlTraceFailToLoadInstAPIAssemblyException()

初始化 SqlTraceFailToLoadInstAPIAssemblyException 類別的新執行個體。

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

初始化一個新的類別實例 SqlTraceFailToLoadInstAPIAssemblyException ,並依指定的序列化資訊與串流上下文。

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

初始化類別的新實例 SqlTraceFailToLoadInstAPIAssemblyException ,並帶有指定的訊息與內部例外。

SqlTraceFailToLoadInstAPIAssemblyException(String)

初始化一個新的類別實例 SqlTraceFailToLoadInstAPIAssemblyException ,並以指定訊息進行。

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

初始化一個新的類別實例 SqlTraceFailToLoadInstAPIAssemblyException ,使用指定的訊息來源與訊息。

適用於