CollectorException クラス
CollectorException クラスは、すべてのデータ コレクター例外の基本クラスです。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Collector.CollectorException
名前空間: Microsoft.SqlServer.Management.Collector
アセンブリ: Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)
構文
'宣言
<SerializableAttribute> _
Public Class CollectorException _
Inherits SqlServerManagementException
'使用
Dim instance As CollectorException
[SerializableAttribute]
public class CollectorException : SqlServerManagementException
[SerializableAttribute]
public ref class CollectorException : public SqlServerManagementException
[<SerializableAttribute>]
type CollectorException =
class
inherit SqlServerManagementException
end
public class CollectorException extends SqlServerManagementException
CollectorException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
CollectorException() | 例外のインスタンスを作成します。 | |
CollectorException(String) | エラー メッセージです。 | |
CollectorException(SerializationInfo, StreamingContext) | info と context をパラメーターとして渡して CollectorException クラスのインスタンスをインスタンス化します。 | |
CollectorException(String, Exception) | コレクション オブジェクトを作成し、エラー メッセージおよびエラーの原因となっている例外を渡します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | 例外に基づいて Microsoft SQL Server のヘルプの Web サイトへのリンクを取得します。 (Exception.HelpLink をオーバーライドします。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
ProdVer | 製品のバージョンを取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | セキュリティ クリティカル。 (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
SetHelpContext | 渡されたリソース文字列に基づいてヘルプ コンテキストを設定します。 | |
ToString | (Exception から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
SerializeObjectState | (Exception から継承されています。) |
先頭に戻る
説明
CollectorException は、SqlServerManagementException から継承されます。
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。