我的代码是: -
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后,此异常即将开始。