Share via


CollectorException Members

Include Protected Members
Include Inherited Members

The CollectorException class is the base class for all data collector exceptions.

The CollectorException type exposes the following members.

Constructors

  Name Description
Public method CollectorException() Creates an instance of the exception.
Public method CollectorException(String) The error message.
Public method CollectorException(SerializationInfo, StreamingContext) Instantiates an instance of the CollectorException class, passing info and context as parameters.
Public method CollectorException(String, Exception) Creates a collection object and passes the error message and the exception that is causing the error.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetBaseException() (Inherited from Exception.)
Public method GetHashCode() (Inherited from Object.)
Public method GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception.)
Public method GetType() (Inherited from Exception.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method SetHelpContext(String) Sets the help context based on the resource string that is passed.
Public method ToString() (Inherited from Exception.)

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink Gets the link to the Microsoft SQL Server help web site based on the exception. (Overrides Exception.HelpLink.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Protected propertyStatic member ProdVer Gets the version of the product.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top