System.Threading.ThreadAbortException – Thread was being aborted
The System.Threading.ThreadAbortException with the message “Thread was being aborted” occurs in .NET when a thread is forcibly terminated using the Thread.Abort method. This exception is typically thrown in legacy .NET….