S
szilvaa
Hi there,
The .NET Framework developer's guide claims that one can filter
managed exceptions in C++.
http://msdn.microsoft.com/library/d...de/html/cpconusinguser-filteredexceptions.asp
However, I don't see how I get access to the managed exception object.
The unmanaged EXCEPTION_POINTERS* is completely useless since I want
to get to the InnerException property of the System::Exception.
BTW, I don't see that this feature in C++/CLI either. Did I miss it?
Thanks,
Albert
The .NET Framework developer's guide claims that one can filter
managed exceptions in C++.
http://msdn.microsoft.com/library/d...de/html/cpconusinguser-filteredexceptions.asp
However, I don't see how I get access to the managed exception object.
The unmanaged EXCEPTION_POINTERS* is completely useless since I want
to get to the InnerException property of the System::Exception.
BTW, I don't see that this feature in C++/CLI either. Did I miss it?
Thanks,
Albert