%META:TOPICPARENT{name="NETDataProvidersClassImplementation"}%

===<nop>OPLException===

The exception that is generated when a warning or error is returned by a data source or the Generic Provider.

{{{
public sealed class OPLException : SystemException
}}}

====Properties====

{{{
public OPLErrorCollection Errors {get;}
}}}

Gets a collection of one or more OPLError objects that give detailed information about the exception.

{{{
public override string Message {get;}
}}}

Gets the text describing the error.