指定したメッセージと内部例外を使用して、SQLTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Trace
アセンブリ: Microsoft.SqlServer.ConnectionInfo (microsoft.sqlserver.connectioninfo.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
public SqlTraceFailToLoadInstAPIAssemblyException (
string message,
Exception innerException
)
public:
SqlTraceFailToLoadInstAPIAssemblyException (
String^ message,
Exception^ innerException
)
public SqlTraceFailToLoadInstAPIAssemblyException (
String message,
Exception innerException
)
public function SqlTraceFailToLoadInstAPIAssemblyException (
message : String,
innerException : Exception
)
パラメータ
- message
一般的な SQL Trace Fail to Load Inst API Assembly 例外に関連付けられたメッセージを示す String 値です。
- innerException
SQL Trace Fail to Load Inst API Assembly 例外の内部例外を示す Exception オブジェクトの値です。
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。
使用例
Visual Basic .NET で例外をキャッチする方法
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
SqlTraceFailToLoadInstAPIAssemblyException Class
SqlTraceFailToLoadInstAPIAssemblyException Members
Microsoft.SqlServer.Management.Trace Namespace