SqlTraceFailToInstantiateTypeException Class
The T:Microsoft.SqlServer.Management.Trace.SQLTraceFailToInstantiateTypeException class represents the exception raised when an SMO trace object operation fails to instantiate an object.
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
System::Exception
Microsoft.SqlServer.Management.Common::SqlServerManagementException
Microsoft.SqlServer.Management.Trace::SqlTraceException
Microsoft.SqlServer.Management.Trace::SqlTraceFailToInstantiateTypeException
| Name | Description | |
|---|---|---|
![]() | SqlTraceFailToInstantiateTypeException() | Initiates a new instance of the T:Microsoft.SqlServer.Management.Trace.SQLTraceFailToInstantiateTypeException class. |
![]() | SqlTraceFailToInstantiateTypeException(SerializationInfo^, StreamingContext) | Initializes a new instance of the T:Microsoft.SqlServer.Management.Trace.SQLTraceFailToInstantiateTypeException class with the specified serialization information and the specified streaming context. |
![]() | SqlTraceFailToInstantiateTypeException(String^) | Initiates a new instance of the T:Microsoft.SqlServer.Management.Trace.SQLTraceFailToInstantiateTypeException class with the specified message. |
![]() | SqlTraceFailToInstantiateTypeException(String^, Exception^) | Initializes a new instance of the T:Microsoft.SqlServer.Management.Trace.SQLTraceFailToInstantiateTypeException class with the specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
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.
How to: Catch an Exception in Visual Basic .NET
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



