hey guys, im looking for some information on how to handle exceptions within a C# client from a C++ COM server. I'm use to error handling in C++ and am not quite sure what to do with being able to say SUCCEEDED or have the HRESULT available to me. how do i manage this in C#? anyone know?

p.s sorry if this should be in the C# section, but it is a bit of both worlds.