I am getting error like
System.Threading.ThreadAbortException: Thread was being aborted.
at System.String.wstrcpy(Char* dmem, Char* smem, Int32 charCount)
at System.String.FillStringChecked(String dest, Int32 destPos, String src)
at System.String.Concat(String str0, String str1)
at reporterror.Page_Load(Object sender, EventArgs e)
Can anyone help to know why this error comes? Why Thread was being aborted error comes?