Hi All,
I am having an executable developed in C#.Net. My app make use of services from some unmanaged dlls it loads. My problem is that my application is termainted due to some exceptions within these unmanaged codes. I tried AppDomain UnhandledExcept ionEventHandler and ThreadException EventHandler... .but it fails to catch the excpetions...
Can anyone tell me how to handle the unmanaged exceptions in manged code in.
Thanks in advance...
I am having an executable developed in C#.Net. My app make use of services from some unmanaged dlls it loads. My problem is that my application is termainted due to some exceptions within these unmanaged codes. I tried AppDomain UnhandledExcept ionEventHandler and ThreadException EventHandler... .but it fails to catch the excpetions...
Can anyone tell me how to handle the unmanaged exceptions in manged code in.
Thanks in advance...
Comment