Top "Threadabortexception" questions

Use this tag for questions related to the ThreadAbort exception.

Try/Catch not catching System.Threading.ThreadAbortException in ReportDocument.ExportToHttpResponse

I am trying to export a Crystal ReportDocument using ExportToHttpResponse like so: report.ExportToHttpResponse(exportOptions, HttpContext.Current.Response, true, "test"); …

c# asp.net crystal-reports try-catch threadabortexception