1. Object Exception

    Article: AN0001693Updated: 24.10.2018

    This object is defined in .NET Framework. Several its properties suitable for work in ObjectGears system are listed here.

    Object properties

    Name Description
    Exception InnerException Nested exception.
    string Message Error mesaage of the exceptio.
    string Source Exception source.
    string StackTrace Course of calls before the exception was raised.

     

×