[This is preliminary documentation and is subject to change.]
Interface that error collections must implement

C# | Visual Basic | Visual C++ |
public interface IErrorCollection : IEnumerable
Public Interface IErrorCollection _ Implements IEnumerable
public interface class IErrorCollection : IEnumerable

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | AddError(IError) |
Adds the error.
|
![]() | Clear()()() |
Clears the error list.
|
![]() | get_Advices()()() |
Get the advices.
|
![]() | get_AdvicesCount()()() |
Get the advices count.
|
![]() | get_Error(Int32) |
Get the error.
|
![]() | get_Errors()()() |
Get the errors.
|
![]() | get_ErrorsCount()()() |
Get the errors count.
|
![]() | get_Notifications()()() |
Get the notifications.
|
![]() | get_NotificationsCount()()() |
Get the notifications count.
|
![]() | get_TotalErrorsCount()()() |
Get the total errors count.
|
![]() | get_Warnings()()() |
Get the warnings.
|
![]() | get_WarningsCount()()() |
Get the warnings count.
|
![]() | GetEnumerator()()() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | Merge(IErrorCollection) |
Merges the specified i error collection.
|
![]() | RemoveError(Int32) |
Removes the error.
|
![]() | RemoveError(IError) |
Removes the error.
|