Compartir a través de


DtsError Miembros

Contains information about an error that occurred during execution. This class cannot be inherited.

El tipo DtsError expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Description Gets or sets a text description for the error.
Propiedad pública ErrorCode Gets or sets an error code that identifies the error.
Propiedad pública HelpContext Gets or sets the Help context ID.
Propiedad pública HelpFile Gets or sets the name of the Help file.
Propiedad pública IDOfInterfaceWithError Gets or sets the name of the interface that raised the error.
Propiedad pública Source Gets or sets the identifier of the object that caused the event.
Propiedad pública SubComponent Gets or sets the subcomponent that raised the error.
Propiedad pública TimeStamp Returns the timestamp for when the error occurred. This value is read-only.

Principio