Use this tag for questions related to the ThreadAbort exception.
In an OnClick method for a button in an ASP.NET web form I have a call to Response.Redirect() …
c# asp.net exception mscorlib threadabortexceptionI 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