I have a .NET console app that I'm executing from SQL Agent. I am handling some exceptions, but in one case I want to throw the exception and stop the job. When this happens the Visual Studio Just-In-Time Debugger dialog pops up. What needs to happen so that the job will simply fail (with the exception being logged to the job history)?