Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initiates a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
typeName As String _
)
'Usage
Dim typeName As String
Dim instance As New SqlTraceFailToInstantiateTypeException(typeName)
public SqlTraceFailToInstantiateTypeException(
string typeName
)
public:
SqlTraceFailToInstantiateTypeException(
String^ typeName
)
new :
typeName:string -> SqlTraceFailToInstantiateTypeException
public function SqlTraceFailToInstantiateTypeException(
typeName : String
)
Parameter
- typeName
Typ: System.String
A String value that specifies the message associated with the SQL Trace Fail to Instantiate Type exception.
Beispiele
How to: Catch an Exception in Visual Basic .NET
Siehe auch
Verweis
SqlTraceFailToInstantiateTypeException Klasse
SqlTraceFailToInstantiateTypeException-Überladung
Microsoft.SqlServer.Management.Trace-Namespace