次の方法で共有


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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Collector 名前空間