Gets a string representation of the frames on the call stack at the time
                 the current exception was thrown.
            
             Returns:
                 A string that describes the contents of the call stack, with the most recent
                 method call appearing first.
             
