Share via


IErrorCollectionService Members

Include Protected Members
Include Inherited Members

Used to capture events from data flow components when you need to capture all the errors and warnings raised by the component instead of receiving only the last error or warning.

The IErrorCollectionService type exposes the following members.

Methods

  Name Description
Public method ClearErrors() Clears the error cache.
Public method GetErrorMessage() Returns a String that contains a combined error message, which includes the error message, the component, and the subcomponent, for each error.
Public method GetErrorMessage(Boolean) Returns a String that contains the error message.
Public method GetErrors() Retrieves the list of errors and stores them in an ICollection.
Public method HasErrors(TraceLevel)

Top