IErrors Methods |
The IErrors type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionIError.) | |
| Add(ErrorKind, String) |
Add a new instance of Error.
| |
| AddRange | Adds the elements of the specified collection to the end of the ListT. | |
| Clear | Removes all items from the ICollectionT. (Inherited from ICollectionIError.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionIError.) | |
| CopyTo | (Inherited from ICollectionIError.) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIError.) | |
| IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListIError.) | |
| Insert | Inserts an item to the IListT at the specified index. (Inherited from IListIError.) | |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIError.) | |
| RemoveAt | Removes the IListT item at the specified index. (Inherited from IListIError.) |