• Topic
  • Discussion
  • UdaWikiWeb.OPLErrorException(Last) -- Owiki? , 2016-08-19 15:00:38 Edit owiki 2016-08-19 15:00:38

    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.


    Referenced by...