<docbook><section><title>OPLError</title><bridgehead class="http://www.w3.org/1999/xhtml:h3">OPLError
</bridgehead>
<para>Holds information about a warning or error returned by a data source.</para><programlisting>public sealed class OPLError
</programlisting><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h4">Remarks</bridgehead>
<para>This class is created whenever an error occurs.
 Each instance of OPLError created is then managed by the <ulink url="OPLErrorCollection">OPLErrorCollection</ulink> class, which in turn is created by the OPLException class.<bridgehead class="http://www.w3.org/1999/xhtml:h4">Properties</bridgehead>
<programlisting>public string Message {get;}
</programlisting><para> Gets a short description of the error.</para><programlisting>public string SQLState {get;}
</programlisting><para> Gets the five character ODBC SQL state associated with the error.</para><programlisting>public int NativeError {get;}
</programlisting><para> Gets the data source-specific error information.
</para></para></section></docbook>