DtsError Members

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

The following tables list the members exposed by the DtsError type.

Public Properties

  Name Description
ms212093.pubproperty(en-US,SQL.90).gif Description Gets or sets a text description for the error.
ms212093.pubproperty(en-US,SQL.90).gif ErrorCode Gets or sets an error code that identifies the error.
ms212093.pubproperty(en-US,SQL.90).gif HelpContext Gets or sets the Help context ID.
ms212093.pubproperty(en-US,SQL.90).gif HelpFile Gets or sets the name of the Help file.
ms212093.pubproperty(en-US,SQL.90).gif IDOfInterfaceWithError Gets or sets the name of the interface that raised the error.
ms212093.pubproperty(en-US,SQL.90).gif Source Gets or sets the identifier of the object that caused the event.
ms212093.pubproperty(en-US,SQL.90).gif SubComponent Gets or sets the subcomponent that raised the error.
ms212093.pubproperty(en-US,SQL.90).gif TimeStamp Returns the timestamp for when the error occurred. This value is read-only.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212093.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212093.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212093.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212093.pubmethod(en-US,SQL.90).gifms212093.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212093.pubmethod(en-US,SQL.90).gifms212093.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212093.pubmethod(en-US,SQL.90).gifms212093.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212093.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms212093.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212093.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DtsError Class
Microsoft.SqlServer.Dts.Runtime Namespace