views:

67

answers:

1

The exact exception message would be helpful, too.

Thanks.

+2  A: 

ThreadAbortException

http://msdn.microsoft.com/en-us/library/system.threading.threadabortexception.aspx

Be careful trying to catch or stop that. It's very tricky.

Chad Grant