CollectorException Class

Definition

This is the base class for all Collector exceptions.

[System.Serializable]
public class CollectorException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type CollectorException = class
    inherit SqlServerManagementException
Public Class CollectorException
Inherits SqlServerManagementException
Inheritance
Attributes

Constructors

CollectorException()

Create an instance of the exception

CollectorException(SerializationInfo, StreamingContext)

Creates an instance of the exception

CollectorException(String)

Create an instance of the exception given an error message

CollectorException(String, Exception)

Creates an instance of the exception given an error message and another throwing exception instance

Properties

HelpLink

will output a link to the help web site

ProdVer

Version of the product

Methods

SetHelpContext(String)

Applies to