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 中的 Shared)成员在多线程操作中是安全的。 但不保证所有实例成员都是线程安全的。

构造函数

SqlTraceFailToLoadInstAPIAssemblyException()

初始化 SqlTraceFailToLoadInstAPIAssemblyException 类的新实例。

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

使用指定的序列化信息和指定的流上下文初始化 SqlTraceFailToLoadInstAPIAssemblyException 类的新实例。

SqlTraceFailToLoadInstAPIAssemblyException(String)

使用指定的消息初始化 SqlTraceFailToLoadInstAPIAssemblyException 类的新实例。

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

使用指定的消息和内部异常初始化 SqlTraceFailToLoadInstAPIAssemblyException 类的新实例。

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

使用指定的消息源和消息初始化 SqlTraceFailToLoadInstAPIAssemblyException 类的新实例。

适用于