SqlTraceFailToLoadInstAPIAssemblyException Class

Definition

The SqlTraceFailToLoadInstAPIAssemblyException class represents the exception raised by the SMO trace objects when an Inst API assembly fails to load.

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
Inheritance
SqlTraceFailToLoadInstAPIAssemblyException
Attributes

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Constructors

SqlTraceFailToLoadInstAPIAssemblyException()

Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class.

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified serialization information and the specified streaming context.

SqlTraceFailToLoadInstAPIAssemblyException(String)

Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified message.

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified message and inner exception.

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified message source and message.

Applies to