SqlTraceFailToInstantiateTypeException 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 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
- 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, Exception) |
Initializes a new instance of the SqlTraceFailToInstantiateTypeException class with the specified message and inner exception. |
SqlTraceFailToInstantiateTypeException(String) |
Initiates a new instance of the SqlTraceFailToInstantiateTypeException class with the specified message. |