Skip to content

Instantly share code, notes, and snippets.

@shrutis360
Created July 14, 2014 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrutis360/d8a70cd6009fe72f290a to your computer and use it in GitHub Desktop.
Save shrutis360/d8a70cd6009fe72f290a to your computer and use it in GitHub Desktop.
Exception Log
ex {System.Threading.Tasks.TaskCanceledException: The Task was canceled
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
at ClassLibrary1.Class1+<Download>d__0.MoveNext () [0x000b4] in c:\Users\Shruti\Downloads\ClassLibrary1\ClassLibrary1\Class1.cs:31 } System.Threading.Tasks.TaskCanceledException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment