Returns an enumeration that iterates through the list of errors.

Namespace: Asi.iBO.Errors
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public IEnumerator<CError> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of CError)
Visual C++
public:
virtual IEnumerator<CError^>^ GetEnumerator() sealed

Return Value

An enumeration that iterates through the list of errors.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also