What is the difference?

time to read 1 min | 52 words

Here is another challange, related to the previous one, what is the difference between the following lines of code:

  • throw Activator.CreateInstance<ThreadAbortException>();
  • Thread.CurrentThread.Abort();