Warnings.AddErrors Método
Incluir miembros protegidos
Incluir miembros heredados
Adds a collection of errors to treat as warnings.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
AddErrors(IEnumerable<Error>) | Adds a collection of errors that iterates through the collection of services errors to treat as warnings. | |
AddErrors(Collection<Error>) | Adds a collection of errors to the collection of services errors to treat as warnings. | |
AddErrors(IEnumerable<StagingBatchError>) | Obsoleto. Adds a collection of errors that iterates through the collection of staging batch errors to treat as warnings. | |
AddErrors(Collection<StagingBatchError>) | Obsoleto. Adds a collection of errors to the collection of staging batch errors to treat as warnings. |
Arriba