开发者

Catch coredll.dll native exception in netcf C#

开发者 https://www.devze.com 2023-01-28 21:13 出处:网络
in a closed dll, i\'ve sometime this exception: Is possible to catch it? Windows mobi开发者_Go百科le, netcf 3.5, 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

精彩评论

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