Compartir a través de


CollectorException Miembros

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

El tipo CollectorException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico CollectorException() () () () Creates an instance of the exception.
Método publico CollectorException(String) The error message.
Método publico CollectorException(SerializationInfo, StreamingContext) Instantiates an instance of the CollectorException class, passing info and context as parameters.
Método publico CollectorException(String, Exception) Creates a collection object and passes the error message and the exception that is causing the error.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Se hereda de Exception).
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetHelpContext Sets the help context based on the resource string that is passed.
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública HelpLink Gets the link to the Microsoft SQL Server help web site based on the exception. (Invalida Exception. . :: . .HelpLink.)
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad protegidaMiembro estático ProdVer Gets the version of the product.
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio