<docbook><section><title>OPLErrorException</title><bridgehead class="http://www.w3.org/1999/xhtml:h3">OPLException
</bridgehead>
<para>The exception that is generated when a warning or error is returned by a data source or the Generic Provider.</para><programlisting>public sealed class OPLException : SystemException
</programlisting><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Properties</bridgehead>
<programlisting>public OPLErrorCollection Errors {get;}
</programlisting><para> Gets a collection of one or more OPLError objects that give detailed information about the exception.</para><programlisting>public override string Message {get;}
</programlisting><para> Gets the text describing the error.
</para></section></docbook>