事件查看器中的行号
我正在处理的 Windows 服务中遇到异常。它没有被我的任何 try/catch 块(我到处都有)捕获,但我可以在 Windows 事件日志中看到它。有没有办法使事件日志中的异常包含行号?
I'm getting an exception in a windows service I'm working on. It isn't being caught by any of my try/catch blocks (which I have everywhere) but I can see it in the Windows Event Log. Is there a way to make the exception in the Event Log include line numbers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
订阅
AppDomain.CurrentDomain.UnhandledException
事件,您将不会错过未处理的异常:Subscribe to
AppDomain.CurrentDomain.UnhandledException
event and you will not miss unhandled exception: