SqlTraceFailToLoadInstAPIAssemblyException コンストラクター (String, Exception)
指定したメッセージと内部例外を使用して、SQLTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Trace
アセンブリ: Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New SqlTraceFailToLoadInstAPIAssemblyException(message, _
innerException)
public SqlTraceFailToLoadInstAPIAssemblyException(
string message,
Exception innerException
)
public:
SqlTraceFailToLoadInstAPIAssemblyException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> SqlTraceFailToLoadInstAPIAssemblyException
public function SqlTraceFailToLoadInstAPIAssemblyException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System.String
一般的な SQL Trace Fail to Load Inst API Assembly 例外に関連付けられたメッセージを示す String 値です。
- innerException
型: System.Exception
SQL Trace Fail to Load Inst API Assembly 例外の内部例外を示す Exception オブジェクトの値です。
使用例
関連項目
参照
SqlTraceFailToLoadInstAPIAssemblyException クラス
SqlTraceFailToLoadInstAPIAssemblyException オーバーロード
Microsoft.SqlServer.Management.Trace 名前空間