How to get the Exception information from Marshal.GetExceptionCode();

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-03-19T02:46:11Z Indexed on 2010/03/19 2:51 UTC
Read the original article Hit count: 401

Filed under:
|

When using Marshal.GetExceptionCode() how do you get the Exception Type and/or instance of the exception?

http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.marshal.getexceptioncode%28VS.71%29.aspx

© Stack Overflow or respective owner

Related posts about .NET

Related posts about exception-handling