Advertisement
Guest User

Untitled

a guest
Jan 28th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.11 KB | None | 0 0
  1. 1/28/2019 1:26 PM
  2. System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds
  3. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  4. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  5. at Microsoft_Rewards.SearchHelper.GetVisibleElement(WebDriverWait wait, By find)
  6. at Microsoft_Rewards.ThreadSafeRewardDriver.Click(String identifier, IdentifyBy by)
  7. at Microsoft_Rewards.ThreadSafeRewardDriver.ClickRewardByTitle(String title)
  8. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  9. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass24_1.<Start>b__5()
  10. at System.Threading.Tasks.Task.InnerInvoke()
  11. at System.Threading.Tasks.Task.Execute()
  12. --- End of inner exception stack trace ---
  13. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  14. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  15. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  16. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  17. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  18. at System.Threading.Tasks.Task.InnerInvoke()
  19. at System.Threading.Tasks.Task.Execute()
  20. --- End of inner exception stack trace ---
  21. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  22. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  23. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  24. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  25. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  26. at System.Threading.Tasks.Task.InnerInvoke()
  27. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  28. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  29. --- End of inner exception stack trace ---
  30. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  31. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  32. at System.Threading.Tasks.Task.Wait()
  33. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  34. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  35. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  36. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  37. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  38. --- End of inner exception stack trace ---
  39. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  40. at Microsoft_Rewards.UserAccount.Search()
  41. at System.Threading.Tasks.Task.InnerInvoke()
  42. at System.Threading.Tasks.Task.Execute()
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  45. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  46. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  47. --- End of stack trace from previous location where exception was thrown ---
  48. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  49. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  50. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  51. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  52. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  53. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  54. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  55. --- End of inner exception stack trace ---
  56. ---> (Inner Exception #0) System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds
  57. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  58. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  59. at Microsoft_Rewards.SearchHelper.GetVisibleElement(WebDriverWait wait, By find)
  60. at Microsoft_Rewards.ThreadSafeRewardDriver.Click(String identifier, IdentifyBy by)
  61. at Microsoft_Rewards.ThreadSafeRewardDriver.ClickRewardByTitle(String title)
  62. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  63. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass24_1.<Start>b__5()
  64. at System.Threading.Tasks.Task.InnerInvoke()
  65. at System.Threading.Tasks.Task.Execute()
  66. --- End of inner exception stack trace ---
  67. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  68. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  69. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  70. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  71. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  72. at System.Threading.Tasks.Task.InnerInvoke()
  73. at System.Threading.Tasks.Task.Execute()
  74. --- End of inner exception stack trace ---
  75. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  76. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  77. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  78. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  79. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  80. at System.Threading.Tasks.Task.InnerInvoke()
  81. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  82. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  83. --- End of inner exception stack trace ---
  84. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  85. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  86. at System.Threading.Tasks.Task.Wait()
  87. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  88. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  89. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  90. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  91. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  92. --- End of inner exception stack trace ---
  93. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  94. at Microsoft_Rewards.UserAccount.Search()
  95. at System.Threading.Tasks.Task.InnerInvoke()
  96. at System.Threading.Tasks.Task.Execute()
  97. --- End of stack trace from previous location where exception was thrown ---
  98. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  99. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  100. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  101. --- End of stack trace from previous location where exception was thrown ---
  102. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  103. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  104. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  105. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  106. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  107. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  108. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()<---
  109.  
  110. 1/28/2019 1:28 PM
  111. System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds
  112. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  113. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  114. at Microsoft_Rewards.SearchHelper.GetVisibleElement(WebDriverWait wait, By find)
  115. at Microsoft_Rewards.ThreadSafeRewardDriver.Click(String identifier, IdentifyBy by)
  116. at Microsoft_Rewards.ThreadSafeRewardDriver.ClickRewardByTitle(String title)
  117. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  118. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass24_1.<Start>b__5()
  119. at System.Threading.Tasks.Task.InnerInvoke()
  120. at System.Threading.Tasks.Task.Execute()
  121. --- End of inner exception stack trace ---
  122. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  123. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  124. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  125. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  126. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  127. at System.Threading.Tasks.Task.InnerInvoke()
  128. at System.Threading.Tasks.Task.Execute()
  129. --- End of inner exception stack trace ---
  130. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  131. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  132. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  133. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  134. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  135. at System.Threading.Tasks.Task.InnerInvoke()
  136. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  137. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  138. --- End of inner exception stack trace ---
  139. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  140. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  141. at System.Threading.Tasks.Task.Wait()
  142. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  143. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  144. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  145. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  146. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  147. --- End of inner exception stack trace ---
  148. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  149. at Microsoft_Rewards.UserAccount.Search()
  150. at System.Threading.Tasks.Task.InnerInvoke()
  151. at System.Threading.Tasks.Task.Execute()
  152. --- End of stack trace from previous location where exception was thrown ---
  153. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  154. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  155. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  156. --- End of stack trace from previous location where exception was thrown ---
  157. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  158. --- End of inner exception stack trace ---
  159. ---> (Inner Exception #0) System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds
  160. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  161. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  162. at Microsoft_Rewards.SearchHelper.GetVisibleElement(WebDriverWait wait, By find)
  163. at Microsoft_Rewards.ThreadSafeRewardDriver.Click(String identifier, IdentifyBy by)
  164. at Microsoft_Rewards.ThreadSafeRewardDriver.ClickRewardByTitle(String title)
  165. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  166. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass24_1.<Start>b__5()
  167. at System.Threading.Tasks.Task.InnerInvoke()
  168. at System.Threading.Tasks.Task.Execute()
  169. --- End of inner exception stack trace ---
  170. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  171. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  172. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  173. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  174. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  175. at System.Threading.Tasks.Task.InnerInvoke()
  176. at System.Threading.Tasks.Task.Execute()
  177. --- End of inner exception stack trace ---
  178. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  179. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  180. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  181. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  182. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  183. at System.Threading.Tasks.Task.InnerInvoke()
  184. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  185. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  186. --- End of inner exception stack trace ---
  187. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  188. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  189. at System.Threading.Tasks.Task.Wait()
  190. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  191. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  192. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  193. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  194. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  195. --- End of inner exception stack trace ---
  196. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  197. at Microsoft_Rewards.UserAccount.Search()
  198. at System.Threading.Tasks.Task.InnerInvoke()
  199. at System.Threading.Tasks.Task.Execute()
  200. --- End of stack trace from previous location where exception was thrown ---
  201. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  202. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  203. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  204. --- End of stack trace from previous location where exception was thrown ---
  205. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)<---
  206.  
  207. 1/28/2019 1:35 PM
  208. System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Start may not be called on a task that has completed.
  209. at System.Threading.Tasks.Task.Start(TaskScheduler scheduler)
  210. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  211. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  212. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  213. at System.Threading.Tasks.Task.InnerInvoke()
  214. at System.Threading.Tasks.Task.Execute()
  215. --- End of inner exception stack trace ---
  216. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  217. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  218. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  219. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  220. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  221. at System.Threading.Tasks.Task.InnerInvoke()
  222. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  223. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  224. --- End of inner exception stack trace ---
  225. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  226. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  227. at System.Threading.Tasks.Task.Wait()
  228. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  229. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  230. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  231. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  232. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  233. --- End of inner exception stack trace ---
  234. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  235. at Microsoft_Rewards.UserAccount.Search()
  236. at System.Threading.Tasks.Task.InnerInvoke()
  237. at System.Threading.Tasks.Task.Execute()
  238. --- End of stack trace from previous location where exception was thrown ---
  239. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  240. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  241. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  242. --- End of stack trace from previous location where exception was thrown ---
  243. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  244. --- End of inner exception stack trace ---
  245. ---> (Inner Exception #0) System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Start may not be called on a task that has completed.
  246. at System.Threading.Tasks.Task.Start(TaskScheduler scheduler)
  247. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  248. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  249. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  250. at System.Threading.Tasks.Task.InnerInvoke()
  251. at System.Threading.Tasks.Task.Execute()
  252. --- End of inner exception stack trace ---
  253. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  254. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  255. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  256. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  257. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  258. at System.Threading.Tasks.Task.InnerInvoke()
  259. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  260. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  261. --- End of inner exception stack trace ---
  262. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  263. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  264. at System.Threading.Tasks.Task.Wait()
  265. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  266. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  267. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  268. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  269. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  270. --- End of inner exception stack trace ---
  271. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  272. at Microsoft_Rewards.UserAccount.Search()
  273. at System.Threading.Tasks.Task.InnerInvoke()
  274. at System.Threading.Tasks.Task.Execute()
  275. --- End of stack trace from previous location where exception was thrown ---
  276. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  277. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  278. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  279. --- End of stack trace from previous location where exception was thrown ---
  280. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)<---
  281.  
  282. 1/28/2019 1:36 PM
  283. System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Start may not be called on a task that has completed.
  284. at System.Threading.Tasks.Task.Start(TaskScheduler scheduler)
  285. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  286. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  287. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  288. at System.Threading.Tasks.Task.InnerInvoke()
  289. at System.Threading.Tasks.Task.Execute()
  290. --- End of inner exception stack trace ---
  291. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  292. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  293. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  294. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  295. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  296. at System.Threading.Tasks.Task.InnerInvoke()
  297. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  298. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  299. --- End of inner exception stack trace ---
  300. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  301. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  302. at System.Threading.Tasks.Task.Wait()
  303. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  304. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  305. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  306. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  307. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  308. --- End of inner exception stack trace ---
  309. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  310. at Microsoft_Rewards.UserAccount.Search()
  311. at System.Threading.Tasks.Task.InnerInvoke()
  312. at System.Threading.Tasks.Task.Execute()
  313. --- End of stack trace from previous location where exception was thrown ---
  314. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  315. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  316. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  317. --- End of stack trace from previous location where exception was thrown ---
  318. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  319. --- End of inner exception stack trace ---
  320. ---> (Inner Exception #0) System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Start may not be called on a task that has completed.
  321. at System.Threading.Tasks.Task.Start(TaskScheduler scheduler)
  322. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  323. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  324. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  325. at System.Threading.Tasks.Task.InnerInvoke()
  326. at System.Threading.Tasks.Task.Execute()
  327. --- End of inner exception stack trace ---
  328. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  329. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  330. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  331. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  332. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  333. at System.Threading.Tasks.Task.InnerInvoke()
  334. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  335. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  336. --- End of inner exception stack trace ---
  337. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  338. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  339. at System.Threading.Tasks.Task.Wait()
  340. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  341. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  342. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  343. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  344. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  345. --- End of inner exception stack trace ---
  346. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  347. at Microsoft_Rewards.UserAccount.Search()
  348. at System.Threading.Tasks.Task.InnerInvoke()
  349. at System.Threading.Tasks.Task.Execute()
  350. --- End of stack trace from previous location where exception was thrown ---
  351. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  352. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  353. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  354. --- End of stack trace from previous location where exception was thrown ---
  355. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)<---
  356.  
  357. 1/28/2019 1:37 PM
  358. System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds
  359. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  360. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  361. at Microsoft_Rewards.SearchHelper.GetVisibleElement(WebDriverWait wait, By find)
  362. at Microsoft_Rewards.ThreadSafeRewardDriver.Click(String identifier, IdentifyBy by)
  363. at Microsoft_Rewards.ThreadSafeRewardDriver.ClickRewardByTitle(String title)
  364. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  365. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass24_1.<Start>b__5()
  366. at System.Threading.Tasks.Task.InnerInvoke()
  367. at System.Threading.Tasks.Task.Execute()
  368. --- End of inner exception stack trace ---
  369. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  370. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  371. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  372. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  373. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  374. at System.Threading.Tasks.Task.InnerInvoke()
  375. at System.Threading.Tasks.Task.Execute()
  376. --- End of inner exception stack trace ---
  377. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  378. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  379. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  380. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  381. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  382. at System.Threading.Tasks.Task.InnerInvoke()
  383. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  384. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  385. --- End of inner exception stack trace ---
  386. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  387. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  388. at System.Threading.Tasks.Task.Wait()
  389. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  390. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  391. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  392. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  393. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  394. --- End of inner exception stack trace ---
  395. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  396. at Microsoft_Rewards.UserAccount.Search()
  397. at System.Threading.Tasks.Task.InnerInvoke()
  398. at System.Threading.Tasks.Task.Execute()
  399. --- End of stack trace from previous location where exception was thrown ---
  400. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  401. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  402. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  403. --- End of stack trace from previous location where exception was thrown ---
  404. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  405. --- End of inner exception stack trace ---
  406. ---> (Inner Exception #0) System.Exception: Exception in search handler for b********7@hotmail.com ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds
  407. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  408. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  409. at Microsoft_Rewards.SearchHelper.GetVisibleElement(WebDriverWait wait, By find)
  410. at Microsoft_Rewards.ThreadSafeRewardDriver.Click(String identifier, IdentifyBy by)
  411. at Microsoft_Rewards.ThreadSafeRewardDriver.ClickRewardByTitle(String title)
  412. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  413. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass24_1.<Start>b__5()
  414. at System.Threading.Tasks.Task.InnerInvoke()
  415. at System.Threading.Tasks.Task.Execute()
  416. --- End of inner exception stack trace ---
  417. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  418. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  419. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  420. at System.Collections.Generic.List`1.ForEach(Action`1 action)
  421. at Microsoft_Rewards.SearchHandler.<>c.<Start>b__24_2(Object p)
  422. at System.Threading.Tasks.Task.InnerInvoke()
  423. at System.Threading.Tasks.Task.Execute()
  424. --- End of inner exception stack trace ---
  425. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  426. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  427. at Microsoft_Rewards.SearchHandler.RunThread(Task t)
  428. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  429. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  430. at System.Threading.Tasks.Task.InnerInvoke()
  431. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  432. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  433. --- End of inner exception stack trace ---
  434. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  435. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  436. at System.Threading.Tasks.Task.Wait()
  437. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  438. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  439. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  440. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  441. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  442. --- End of inner exception stack trace ---
  443. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  444. at Microsoft_Rewards.UserAccount.Search()
  445. at System.Threading.Tasks.Task.InnerInvoke()
  446. at System.Threading.Tasks.Task.Execute()
  447. --- End of stack trace from previous location where exception was thrown ---
  448. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  449. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  450. at Microsoft_Rewards.FrmUserDetails.<StartUserAsync>d__53.MoveNext()
  451. --- End of stack trace from previous location where exception was thrown ---
  452. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement