SqlTraceFailToInstantiateTypeException コンストラクター (String, Exception)

指定したメッセージと内部例外を使用して、SQLTraceFailToInstantiateTypeException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Trace
アセンブリ:  Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)

構文

'宣言
Public Sub New ( _
    typeName As String, _
    innerException As Exception _
)
'使用
Dim typeName As String
Dim innerException As Exception

Dim instance As New SqlTraceFailToInstantiateTypeException(typeName, _
    innerException)
public SqlTraceFailToInstantiateTypeException(
    string typeName,
    Exception innerException
)
public:
SqlTraceFailToInstantiateTypeException(
    String^ typeName, 
    Exception^ innerException
)
new : 
        typeName:string * 
        innerException:Exception -> SqlTraceFailToInstantiateTypeException
public function SqlTraceFailToInstantiateTypeException(
    typeName : String, 
    innerException : Exception
)

パラメーター