言語

CollectorException クラス

定義

これは、すべての Collector 例外の基本クラスです。

[System.Serializable]
public class CollectorException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type CollectorException = class
    inherit SqlServerManagementException
Public Class CollectorException
Inherits SqlServerManagementException
継承
属性

コンストラクター

名前 説明
CollectorException()

例外のインスタンスを作成する

CollectorException(SerializationInfo, StreamingContext)

例外のインスタンスを作成します

CollectorException(String, Exception)

エラー メッセージと別のスロー例外インスタンスを指定して、例外のインスタンスを作成します

CollectorException(String)

エラー メッセージが表示された例外のインスタンスを作成する

プロパティ

名前 説明
HelpLink

は、ヘルプ Web サイトへのリンクを出力します

ProdVer

製品のバージョン

メソッド

名前 説明
SetHelpContext(String)

これは、すべての Collector 例外の基本クラスです。

適用対象