G
Guest
How can I trap an unhandled exception using .NET compact framework? In the
full framework, you can use the AppDomain.UnhandledException event, but that
doesn't appear to be in the compact framework. Is it necessary to pinvoke
the SetUnhandledExceptionFilter API function? If so, does anyone have some
example code of doing that in C#?
Thanks...
Dan
full framework, you can use the AppDomain.UnhandledException event, but that
doesn't appear to be in the compact framework. Is it necessary to pinvoke
the SetUnhandledExceptionFilter API function? If so, does anyone have some
example code of doing that in C#?
Thanks...
Dan