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
)
パラメーター
- typeName
型: System.String
一般的な SQL Trace Fail to Instantiate Type 例外に関連付けられたメッセージを示す String 値です。
- innerException
型: System.Exception
SQL Trace Fail to Instantiate Type 例外の内部例外を示す Exception オブジェクトの値です。
使用例
関連項目
参照
SqlTraceFailToInstantiateTypeException クラス
SqlTraceFailToInstantiateTypeException オーバーロード
Microsoft.SqlServer.Management.Trace 名前空間