开发者

Catch coredll.dll native exception in netcf C#

in a closed dll, i've sometime this exception:

Catch coredll.dll native exception in netcf C#

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜