<docbook><section><title>OPLErrorCollection</title><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h3">OPLErrorCollection</bridgehead>
<para>Represents a collection of one or more OPLError objects that give detailed information about an OPLException.</para><programlisting>public sealed class OPLErrorCollection : ICollection
</programlisting><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Remarks</bridgehead>
<para>This class is created by OPLException to collect instances of the OPLError class.
 OPLErrorCollection always contains at least one instance of the OPLError class.</para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Methods</bridgehead>
<programlisting>public IEnumerator GetEnumerator();
</programlisting><para> This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Properties</bridgehead>
<programlisting>public OPLError this[int i] {get;}
</programlisting><para> Gets the error at the specified index.
 In C#, this property is the indexer for the OPLErrorCollection class.
</para></section></docbook>