SqlTraceFailToLoadInstAPIAssemblyException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Exception) |
Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified message and inner exception. |
SqlTraceFailToLoadInstAPIAssemblyException(String) |
Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified message. |
SqlTraceFailToLoadInstAPIAssemblyException(Type, String) |
Initializes a new instance of the SqlTraceFailToLoadInstAPIAssemblyException class with the specified message source and message. |