Advertisement
Guest User

Untitled

a guest
Jul 19th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.87 KB | None | 0 0
  1. Hello World!
  2.  
  3. Unhandled Exception:
  4. System.AggregateException: ---> System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
  5.  
  6. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.RemoteValidation (Mono.Security.Protocol.Tls.ClientContext context, AlertDescription description) [0x00000] in <filename unknown>:0
  7.  
  8. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection certificates) [0x00000] in <filename unknown>:0
  9.  
  10. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () [0x00000] in <filename unknown>:0
  11.  
  12. at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () [0x00000] in <filename unknown>:0
  13.  
  14. at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage:Process ()
  15.  
  16. at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream handMsg) [0x00000] in <filename unknown>:0
  17.  
  18. at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  19.  
  20. --- End of inner exception stack trace ---
  21.  
  22. at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  23.  
  24. --- End of inner exception stack trace ---
  25.  
  26. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  27.  
  28. at System.Threading.Tasks.TaskFactory`1[System.Net.WebResponse].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0
  29.  
  30. --- End of stack trace from previous location where exception was thrown ---
  31.  
  32. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  33.  
  34. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.WebResponse].GetResult () [0x00000] in <filename unknown>:0
  35.  
  36. at System.Net.Http.HttpClientHandler+<SendAsync>c__asyncC.MoveNext () [0x00000] in <filename unknown>:0
  37.  
  38. --- End of stack trace from previous location where exception was thrown ---
  39.  
  40. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  41.  
  42. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  43.  
  44. at System.Net.Http.HttpClient+<SendAsyncWorker>c__async5.MoveNext () [0x00000] in <filename unknown>:0
  45.  
  46. --- End of stack trace from previous location where exception was thrown ---
  47.  
  48. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  49.  
  50. at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  51.  
  52. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2f`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  53.  
  54. --- End of stack trace from previous location where exception was thrown ---
  55.  
  56. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  57.  
  58. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  59.  
  60. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2c`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  61.  
  62. --- End of stack trace from previous location where exception was thrown ---
  63.  
  64. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  65.  
  66. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  67.  
  68. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<GetAsync>d__1a`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  69.  
  70. --- End of stack trace from previous location where exception was thrown ---
  71.  
  72. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  73.  
  74. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  75.  
  76. at Ewk.SoundCloud.ApiLibrary.Resources.EntityResourceBase`1+<GetAsync>d__1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  77.  
  78. --- End of inner exception stack trace ---
  79.  
  80. at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
  81.  
  82. at System.Threading.Tasks.Task.Wait () [0x00000] in <filename unknown>:0
  83.  
  84. at System.Threading.Tasks.Task`1[Ewk.SoundCloud.ApiLibrary.Entities.User].get_Result () [0x00000] in <filename unknown>:0
  85.  
  86. at MonoCSharpBug.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
  87.  
  88. --> (Inner exception 0) System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
  89.  
  90. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.RemoteValidation (Mono.Security.Protocol.Tls.ClientContext context, AlertDescription description) [0x00000] in <filename unknown>:0
  91.  
  92. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection certificates) [0x00000] in <filename unknown>:0
  93.  
  94. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () [0x00000] in <filename unknown>:0
  95.  
  96. at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () [0x00000] in <filename unknown>:0
  97.  
  98. at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage:Process ()
  99.  
  100. at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream handMsg) [0x00000] in <filename unknown>:0
  101.  
  102. at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  103.  
  104. --- End of inner exception stack trace ---
  105.  
  106. at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  107.  
  108. --- End of inner exception stack trace ---
  109.  
  110. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  111.  
  112. at System.Threading.Tasks.TaskFactory`1[System.Net.WebResponse].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0
  113.  
  114. --- End of stack trace from previous location where exception was thrown ---
  115.  
  116. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  117.  
  118. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.WebResponse].GetResult () [0x00000] in <filename unknown>:0
  119.  
  120. at System.Net.Http.HttpClientHandler+<SendAsync>c__asyncC.MoveNext () [0x00000] in <filename unknown>:0
  121.  
  122. --- End of stack trace from previous location where exception was thrown ---
  123.  
  124. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  125.  
  126. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  127.  
  128. at System.Net.Http.HttpClient+<SendAsyncWorker>c__async5.MoveNext () [0x00000] in <filename unknown>:0
  129.  
  130. --- End of stack trace from previous location where exception was thrown ---
  131.  
  132. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  133.  
  134. at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  135.  
  136. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2f`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  137.  
  138. --- End of stack trace from previous location where exception was thrown ---
  139.  
  140. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  141.  
  142. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  143.  
  144. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2c`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  145.  
  146. --- End of stack trace from previous location where exception was thrown ---
  147.  
  148. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  149.  
  150. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  151.  
  152. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<GetAsync>d__1a`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  153.  
  154. --- End of stack trace from previous location where exception was thrown ---
  155.  
  156. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  157.  
  158. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  159.  
  160. at Ewk.SoundCloud.ApiLibrary.Resources.EntityResourceBase`1+<GetAsync>d__1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  161.  
  162.  
  163. [ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: ---> System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
  164.  
  165. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.RemoteValidation (Mono.Security.Protocol.Tls.ClientContext context, AlertDescription description) [0x00000] in <filename unknown>:0
  166.  
  167. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection certificates) [0x00000] in <filename unknown>:0
  168.  
  169. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () [0x00000] in <filename unknown>:0
  170.  
  171. at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () [0x00000] in <filename unknown>:0
  172.  
  173. at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage:Process ()
  174.  
  175. at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream handMsg) [0x00000] in <filename unknown>:0
  176.  
  177. at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  178.  
  179. --- End of inner exception stack trace ---
  180.  
  181. at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  182.  
  183. --- End of inner exception stack trace ---
  184.  
  185. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  186.  
  187. at System.Threading.Tasks.TaskFactory`1[System.Net.WebResponse].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0
  188.  
  189. --- End of stack trace from previous location where exception was thrown ---
  190.  
  191. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  192.  
  193. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.WebResponse].GetResult () [0x00000] in <filename unknown>:0
  194.  
  195. at System.Net.Http.HttpClientHandler+<SendAsync>c__asyncC.MoveNext () [0x00000] in <filename unknown>:0
  196.  
  197. --- End of stack trace from previous location where exception was thrown ---
  198.  
  199. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  200.  
  201. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  202.  
  203. at System.Net.Http.HttpClient+<SendAsyncWorker>c__async5.MoveNext () [0x00000] in <filename unknown>:0
  204.  
  205. --- End of stack trace from previous location where exception was thrown ---
  206.  
  207. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  208.  
  209. at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  210.  
  211. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2f`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  212.  
  213. --- End of stack trace from previous location where exception was thrown ---
  214.  
  215. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  216.  
  217. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  218.  
  219. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2c`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  220.  
  221. --- End of stack trace from previous location where exception was thrown ---
  222.  
  223. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  224.  
  225. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  226.  
  227. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<GetAsync>d__1a`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  228.  
  229. --- End of stack trace from previous location where exception was thrown ---
  230.  
  231. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  232.  
  233. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  234.  
  235. at Ewk.SoundCloud.ApiLibrary.Resources.EntityResourceBase`1+<GetAsync>d__1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  236.  
  237. --- End of inner exception stack trace ---
  238.  
  239. at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
  240.  
  241. at System.Threading.Tasks.Task.Wait () [0x00000] in <filename unknown>:0
  242.  
  243. at System.Threading.Tasks.Task`1[Ewk.SoundCloud.ApiLibrary.Entities.User].get_Result () [0x00000] in <filename unknown>:0
  244.  
  245. at MonoCSharpBug.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
  246.  
  247. --> (Inner exception 0) System.Net.WebException: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.TlsException: Invalid certificate received from server. Error code: 0xffffffff800b010a
  248.  
  249. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.RemoteValidation (Mono.Security.Protocol.Tls.ClientContext context, AlertDescription description) [0x00000] in <filename unknown>:0
  250.  
  251. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.validateCertificates (Mono.Security.X509.X509CertificateCollection certificates) [0x00000] in <filename unknown>:0
  252.  
  253. at Mono.Security.Protocol.Tls.Handshake.Client.TlsServerCertificate.ProcessAsTls1 () [0x00000] in <filename unknown>:0
  254.  
  255. at Mono.Security.Protocol.Tls.Handshake.HandshakeMessage.Process () [0x00000] in <filename unknown>:0
  256.  
  257. at (wrapper remoting-invoke-with-check) Mono.Security.Protocol.Tls.Handshake.HandshakeMessage:Process ()
  258.  
  259. at Mono.Security.Protocol.Tls.ClientRecordProtocol.ProcessHandshakeMessage (Mono.Security.Protocol.Tls.TlsStream handMsg) [0x00000] in <filename unknown>:0
  260.  
  261. at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  262.  
  263. --- End of inner exception stack trace ---
  264.  
  265. at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  266.  
  267. --- End of inner exception stack trace ---
  268.  
  269. at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  270.  
  271. at System.Threading.Tasks.TaskFactory`1[System.Net.WebResponse].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0
  272.  
  273. --- End of stack trace from previous location where exception was thrown ---
  274.  
  275. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  276.  
  277. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.WebResponse].GetResult () [0x00000] in <filename unknown>:0
  278.  
  279. at System.Net.Http.HttpClientHandler+<SendAsync>c__asyncC.MoveNext () [0x00000] in <filename unknown>:0
  280.  
  281. --- End of stack trace from previous location where exception was thrown ---
  282.  
  283. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  284.  
  285. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  286.  
  287. at System.Net.Http.HttpClient+<SendAsyncWorker>c__async5.MoveNext () [0x00000] in <filename unknown>:0
  288.  
  289. --- End of stack trace from previous location where exception was thrown ---
  290.  
  291. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  292.  
  293. at System.Runtime.CompilerServices.TaskAwaiter`1[System.Net.Http.HttpResponseMessage].GetResult () [0x00000] in <filename unknown>:0
  294.  
  295. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2f`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  296.  
  297. --- End of stack trace from previous location where exception was thrown ---
  298.  
  299. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  300.  
  301. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  302.  
  303. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<SendAsync>d__2c`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  304.  
  305. --- End of stack trace from previous location where exception was thrown ---
  306.  
  307. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  308.  
  309. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  310.  
  311. at Ewk.SoundCloud.ApiLibrary.SoundCloudClient+<GetAsync>d__1a`1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
  312.  
  313. --- End of stack trace from previous location where exception was thrown ---
  314.  
  315. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  316.  
  317. at System.Runtime.CompilerServices.TaskAwaiter`1[Ewk.SoundCloud.ApiLibrary.Entities.User].GetResult () [0x00000] in <filename unknown>:0
  318.  
  319. at Ewk.SoundCloud.ApiLibrary.Resources.EntityResourceBase`1+<GetAsync>d__1[Ewk.SoundCloud.ApiLibrary.Entities.User].MoveNext () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement