抛出异常:mscorlib.dll

时间:2016-10-07 09:03:43

标签: c# wpf wcf visual-studio-2015

我的代码是: -

var httpResponseMessage = await client.PostAsync(pathUrl +"/auth/Login", 
                                  new StringContent(postData,Encoding.UTF8,"application/json"));

抛出异常:

  

'System.Net.Http.HttpRequestException'中   mscorlib.dll中

堆栈追踪:

  

在   System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务   任务)   System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务   任务)在System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()

从Visual-Studio-2012升级到Visual-Studio-2015后,此异常即将开始。

0 个答案:

没有答案