Поделиться через


Элементы DtsError

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

Тип DtsError предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство Description Gets or sets a text description for the error.
Открытое свойство ErrorCode Gets or sets an error code that identifies the error.
Открытое свойство HelpContext Gets or sets the Help context ID.
Открытое свойство HelpFile Gets or sets the name of the Help file.
Открытое свойство IDOfInterfaceWithError Gets or sets the name of the interface that raised the error.
Открытое свойство Source Gets or sets the identifier of the object that caused the event.
Открытое свойство SubComponent Gets or sets the subcomponent that raised the error.
Открытое свойство TimeStamp Returns the timestamp for when the error occurred. This value is read-only.

В начало