Skip to content

Instantly share code, notes, and snippets.

@jacksonh
Created August 11, 2010 20:31
Show Gist options
  • Save jacksonh/519695 to your computer and use it in GitHub Desktop.
Save jacksonh/519695 to your computer and use it in GitHub Desktop.
Unhandled Exception: System.Threading.ThreadAbortException: Thread was being aborted
at (wrapper managed-to-native) System.Threading.WaitHandle:WaitOne_internal (System.Threading.WaitHandle*,intptr,int,bool)
at System.Threading.WaitHandle.WaitOne () [0x00015] in WaitHandle.cs:326
at System.Windows.Threading.DispatcherExtensions.Invoke (System.Windows.Threading.Dispatcher thisObject, System.Delegate d, System.Object[] args) [0x00000] in <filename unknown>:0
at System.Windows.Threading.DispatcherExtensions.Invoke (System.Windows.Threading.Dispatcher thisObject, DispatcherPriority priority, System.Delegate method, System.Object[] args) [0x00000] in <filename unknown>:0
at Microsoft.Pivot.Internal.Model.Query.AsyncCollectionDownloader.StartLoadingInBackground () [0x00000] in <filename unknown>:0
at Microsoft.Pivot.Internal.Model.Query.AsyncCollectionDownloader.<.ctor>b__0 (System.Object unused) [0x00000] in <filename unknown>:0
at System.Threading.ThreadPool+<MoonlightHandler>c__AnonStorey8.<>m__6 (System.Object o) [0x00000] in ThreadPool.cs:234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment