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)成员都适合多线程操作。 不能保证任何实例成员是线程安全的。

构造函数

名称 说明
SqlTraceFailToLoadInstAPIAssemblyException()

初始化 SqlTraceFailToLoadInstAPIAssemblyException 类的新实例。

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

初始化一个新的类实例 SqlTraceFailToLoadInstAPIAssemblyException ,包含指定的序列化信息和指定的流上下文。

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

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

SqlTraceFailToLoadInstAPIAssemblyException(String)

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

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

初始化一个带有指定消息源和消息的新类实例 SqlTraceFailToLoadInstAPIAssemblyException

适用于