SqlTraceException クラス
SQLTraceException クラスは、SMO トレース オブジェクトによって発生する一般的な例外を表します。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Trace.SqlTraceException
Microsoft.SqlServer.Management.Trace.SqlTraceFailToInstantiateTypeException
Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
名前空間: Microsoft.SqlServer.Management.Trace
アセンブリ: Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)
構文
'宣言
<SerializableAttribute> _
Public Class SqlTraceException _
Inherits SqlServerManagementException
'使用
Dim instance As SqlTraceException
[SerializableAttribute]
public class SqlTraceException : SqlServerManagementException
[SerializableAttribute]
public ref class SqlTraceException : public SqlServerManagementException
[<SerializableAttribute>]
type SqlTraceException =
class
inherit SqlServerManagementException
end
public class SqlTraceException extends SqlServerManagementException
SqlTraceException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SqlTraceException() | SQLTraceException クラスの新しいインスタンスを初期化します。 | |
SqlTraceException(String) | 指定したメッセージを使用して、SQLTraceException クラスの新しいインスタンスを初期化します。 | |
SqlTraceException(SerializationInfo, StreamingContext) | 指定したシリアル化情報と指定したストリーム コンテキストを使用して、SQLTraceException クラスの新しいインスタンスを初期化します。 | |
SqlTraceException(String, Exception) | 指定したメッセージと内部例外を使用して、SQLTraceException クラスの新しいインスタンスを初期化します。 | |
SqlTraceException(Type, String) | 指定したソースの種類と指定したメッセージを使用して SQLTraceException クラスの新しいインスタンスを初期化します。 | |
SqlTraceException(Type, String, Exception) | 指定したソースの種類、メッセージおよび内部例外を使用して SQLTraceException クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
ProdVer | 製品バージョンを示す String 値を取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | セキュリティ クリティカル。 (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
SerializeObjectState | (Exception から継承されています。) |
先頭に戻る
説明
このクラスは、SMO トレース オブジェクトの主な例外クラスを表します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
参照
Microsoft.SqlServer.Management.Trace 名前空間