Compartir a través de


IErrorCollectionService Miembros

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.

El tipo IErrorCollectionService expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico ClearErrors Clears the error cache.
Método publico GetErrorMessage() () () () Returns a String that contains a combined error message, which includes the error message, the component, and the subcomponent, for each error.
Método publico GetErrorMessage(Boolean) Returns a String that contains the error message.
Método publico GetErrors Retrieves the list of errors and stores them in an ICollection.
Método publico HasErrors

Principio