SqlTraceFailToInstantiateTypeException Constructor (String, Exception)
Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message and inner exception.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Public Sub New ( _
typeName As String, _
innerException As Exception _
)
public SqlTraceFailToInstantiateTypeException (
string typeName,
Exception innerException
)
public:
SqlTraceFailToInstantiateTypeException (
String^ typeName,
Exception^ innerException
)
public SqlTraceFailToInstantiateTypeException (
String typeName,
Exception innerException
)
public function SqlTraceFailToInstantiateTypeException (
typeName : String,
innerException : Exception
)
Parameters
- typeName
- innerException
An Exception object value that specifies the inner exception for the SQL Trace Fail to Instantiate Type exception.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.