SqlTraceFailToInstantiateTypeException Class

Definition

The SqlTraceFailToInstantiateTypeException class represents the exception raised when an SMO trace object operation fails to instantiate an object.

public ref class SqlTraceFailToInstantiateTypeException : Microsoft::SqlServer::Management::Trace::SqlTraceException
[System.Serializable]
public class SqlTraceFailToInstantiateTypeException : Microsoft.SqlServer.Management.Trace.SqlTraceException
[<System.Serializable>]
type SqlTraceFailToInstantiateTypeException = class
    inherit SqlTraceException
Public Class SqlTraceFailToInstantiateTypeException
Inherits SqlTraceException
Inheritance
SqlTraceFailToInstantiateTypeException
Attributes

Examples

How to: Catch an Exception in Visual Basic .NET

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

SqlTraceFailToInstantiateTypeException()

Initiates a new instance of the SqlTraceFailToInstantiateTypeException class.

SqlTraceFailToInstantiateTypeException(SerializationInfo, StreamingContext)

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

SqlTraceFailToInstantiateTypeException(String)

Initiates a new instance of the SqlTraceFailToInstantiateTypeException class with the specified message.

SqlTraceFailToInstantiateTypeException(String, Exception)

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

Applies to