C
Chris
Hi
As I understand things, when my unmanaged C++ code throws
an exception it is wrapped into a SEHException when it reaches
managed code. Now is there a way from the managed catch clause
to get the original unmanaged exception class that was wrapped
in the SEHException ?
Chris.
As I understand things, when my unmanaged C++ code throws
an exception it is wrapped into a SEHException when it reaches
managed code. Now is there a way from the managed catch clause
to get the original unmanaged exception class that was wrapped
in the SEHException ?
Chris.