Partager via


Membres CollectorException

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

Le type CollectorException expose les membres suivants.

Constructeurs

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBaseException (Hérité de Exception.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData (Hérité de Exception.)
Méthode publique GetType (Hérité de Exception.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée SetHelpContext Sets the help context based on the resource string that is passed.
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (Hérité de Exception.)
Propriété publique HelpLink Gets the link to the Microsoft SQL Server help web site based on the exception. (Se substitue à Exception. . :: . .HelpLink.)
Propriété protégée HResult (Hérité de Exception.)
Propriété publique InnerException (Hérité de Exception.)
Propriété publique Message (Hérité de Exception.)
Propriété protégéeMembre statique ProdVer Gets the version of the product.
Propriété publique Source (Hérité de Exception.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)

Haut de la page