I am using Quartz.NET for the application I am creating, and currently I have an IJobListener that listens for any errors with tasks, and then sends emails to administrators. It would be great if I could also throw an generated exception, but how to get an exception from IJobListener?
Chris source
share