CollectorException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これは、すべての 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 例外の基本クラスです。 |