Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CLtException / C++ GetInnerException
In This Topic
    C++ GetInnerException
    In This Topic
    const CLtException* GetInnerException () const;
      Property Description  
        Returns The inner exception (or NULL).  
        Description Gets the inner exception class  
        Remarks The inner exception may contain more detail relating to the error. Use GetFullMessage to get all the text relating to the error.