Catch coredll.dll native exception in netcf C#
in a closed dll, i've sometime this exception:
Is possible to catch it?
Windows mobi开发者_Go百科le, netcf 3.5, C# Thanks.
That's an access violation exception. You can try the SEHException class, but I'm not entirely sure if that's available in the compact framework.
Either way, you'll be better off fixing the issue that's causing the exception.
精彩评论