CollectorException メンバー
CollectorException クラスは、すべてのデータ コレクタ例外の基本クラスです。
CollectorException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
CollectorException() () () () | 例外のインスタンスを作成します。 | |
CollectorException(String) | エラー メッセージです。 | |
CollectorException(SerializationInfo, StreamingContext) | info と context をパラメータとして渡して CollectorException クラスのインスタンスをインスタンス化します。 | |
CollectorException(String, Exception) | コレクション オブジェクトを作成し、エラー メッセージおよびエラーの原因となっている例外を渡します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
SetHelpContext | 渡されたリソース文字列に基づいてヘルプ コンテキストを設定します。 | |
ToString | (Exception から継承されています。) |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | 例外に基づいて Microsoft SQL Server のヘルプの Web サイトへのリンクを取得します。 (Exception. . :: . .HelpLink をオーバーライドします。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
ProdVer | 製品のバージョンを取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
Top