Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. {
  2. "Message": "An error has occurred.",
  3. "ExceptionMessage": "Object reference not set to an instance of an object.",
  4. "ExceptionType": "System.NullReferenceException",
  5. "StackTrace": " at Microsoft.Bot.Connector.Activity.CreateReply(String text, String locale)\r\n
  6. at TeamsBot.MessagesController.<Post>d__0.MoveNext() in \\\\wcla-home\\home\\etr6328\\Visual Studio 2017\\Projects\\TeamsBot\\TeamsBot\\Controllers\\MessagesController.cs:line 47\r\n
  7. --- End of stack trace from previous location where exception was thrown ---\r\n
  8. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  9. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  10. at System.Threading.Tasks.TaskHelpersExtensions.<CastToObject>d__3`1.MoveNext()\r\n
  11. --- End of stack trace from previous location where exception was thrown ---\r\n
  12. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  13. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  14. at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()\r\n
  15. --- End of stack trace from previous location where exception was thrown ---\r\n
  16. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  17. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  18. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()\r\n
  19. --- End of stack trace from previous location where exception was thrown ---\r\n
  20. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()\r\n
  21. --- End of stack trace from previous location where exception was thrown ---\r\n
  22. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  23. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  24. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()\r\n
  25. --- End of stack trace from previous location where exception was thrown ---\r\n
  26. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  27. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  28. at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()\r\n
  29. --- End of stack trace from previous location where exception was thrown ---\r\n
  30. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n
  31. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n
  32. at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()"
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement