The MSDN says one can call set_se_translator(...) to set an handler which will be called by the runtime to wrap the SEH exception information into an somewhat C++ exception obj and then throw it.But it seems that when the handler called,the call stack has been changed from the state when the exception occurred. How can i catch the call stack's state when the exception occurred?