Quartz.NET - 使用 IJobListener 获取作业异常

发布于 2024-09-28 17:54:50 字数 127 浏览 5 评论 0原文

我正在使用 Quartz.NET 创建一个应用程序,目前我有一个 IJobListener 监听作业中的任何错误,然后向管理员发送电子邮件。如果我也可以通过电子邮件发送生成的异常,那就太好了,但是如何从 IJobListener 获取异常?

I'm using Quartz.NET for an application I am creating, and I currently have an IJobListener listening for any errors with jobs, then sending emails off to the administrators. It'd be great if I could email the exception generated too, but how do I get the exception from the IJobListener?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乱世争霸 2024-10-05 17:54:50

JobWasExecuted 方法传递一个 JobExecutionException(如果在触发作业期间抛出异常)。

The JobWasExecuted method is passed a JobExecutionException (if one was thrown during the triggering of the job).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文