Share via


SqlTraceFailToInstantiateTypeException Constructor

Initiates a new instance of the SQLTraceFailToInstantiateTypeException class.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New SqlTraceFailToInstantiateTypeException()
public SqlTraceFailToInstantiateTypeException()
public:
SqlTraceFailToInstantiateTypeException()
new : unit -> SqlTraceFailToInstantiateTypeException
public function SqlTraceFailToInstantiateTypeException()

Examples

How to: Catch an Exception in Visual Basic .NET

See Also

Reference

SqlTraceFailToInstantiateTypeException Class

SqlTraceFailToInstantiateTypeException Overload

Microsoft.SqlServer.Management.Trace Namespace

Other Resources

Handling SMO Exceptions