CollectorException 類別

定義

這是所有 Collector 例外的基礎類別。

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

建構函式

名稱 Description
CollectorException()

建立一個例外的實例

CollectorException(SerializationInfo, StreamingContext)

建立例外實例

CollectorException(String, Exception)

在給定錯誤訊息時建立一個例外實例,另一個拋出異常實例

CollectorException(String)

在錯誤訊息下建立例外實例

屬性

名稱 Description
HelpLink

將輸出幫助網站的連結

ProdVer

產品版本

方法

名稱 Description
SetHelpContext(String)

這是所有 Collector 例外的基礎類別。

適用於