I\'ve been using c++ for a while, and I\'m familiar with normal try/catch. However, I now find myself on Windows, coding in VisualStudio for COM development. Several parts
You'll want to keep in mind that there are 3 different kinds of exceptions when programming with Visual C++:
SEH and C++ exception mechanisms should not be mixed.
This article on MSDN has more details:
http://msdn.microsoft.com/en-us/library/x057540h.aspx