I am using backtrace to get the information from where the exception is thrown. In the constructor of my exception, I am storing the backtrace in a std::string, and in the c
I don't think so. When executons stops in catch block the stack is unwound, and all that has happened before is not in stack anymore.