为什么 Dynamics AX 中没有报告 CLR 异常?
当我的 .NET 代码中发生异常时,X++ 代码就会停止执行并退出。它根本不显示任何错误消息,它只是停止工作。
这是为什么呢?有办法改变吗?
When an exception ocurrs in my .NET code, the X++ code just stops executing and drops out. It doesn't display any error message at all, it simply stops working.
Why is this? Is there a way to change it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是解决这个问题的一种方法
:
还可以在这里阅读更多内容:
http://blogs.msdn.com/b/emeadaxsupport/archive/2010/07/22/working-with-clr-exceptions-in-dynamics-ax-x-code.aspx
Here's one way to solve that:
;
Also read more here:
http://blogs.msdn.com/b/emeadaxsupport/archive/2010/07/22/working-with-clr-exceptions-in-dynamics-ax-x-code.aspx