Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. System.Net.WebException ocorrido
  2. HResult=0x80131620
  3. Message=Error while copying content to a stream. The write operation failed, see inner exception.
  4. Source=System.Net.Requests
  5. StackTrace:
  6. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  7. at System.Net.WebRequest.<>c.<GetResponseAsync>b__68_2(IAsyncResult iar)
  8. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  9. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  10. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  11. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  12. at GTAServer.GameServer.<AnnounceToMaster>d__79.MoveNext() in D:\Desenvolvimento Sistemas\gta\gtaserver.core\GameServer.cs:line 145
  13.  
  14. Exceção interna 1:
  15. HttpRequestException: Error while copying content to a stream.
  16.  
  17. Exceção interna 2:
  18. IOException: The write operation failed, see inner exception.
  19.  
  20. Exceção interna 3:
  21. WinHttpException: A conexão com o servidor foi interrompida de modo anormal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement