Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. The application crashed at 10:00:07
  2.  
  3. Main exception:
  4. L'objet IAsyncResult n'a pas été retourné de la méthode asynchrone correspondante sur cette classe.
  5. Nom du paramètre : asyncResult
  6.  
  7. à System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  8. à IrcSharp.Internals.TcpHelper.ConnectCallback(IAsyncResult result) dans C:\Users\Solal\Documents\MetroIRC\IrcSharp\Internals\TcpHelper.cs:ligne 116
  9. à System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  10. à System.Net.ContextAwareResult.CompleteCallback(Object state)
  11. à System.Threading.ExecutionContext.runTryCode(Object userData)
  12. à System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  13. à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  14. à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  15. à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  16. à System.Net.ContextAwareResult.Complete(IntPtr userToken)
  17. à System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  18. à System.Net.LazyAsyncResult.InvokeCallback(Object result)
  19. à System.Net.Sockets.Socket.DnsCallback(IAsyncResult result)
  20. à System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  21. à System.Net.ContextAwareResult.Complete(IntPtr userToken)
  22. à System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  23. à System.Net.LazyAsyncResult.InvokeCallback(Object result)
  24. à System.Net.Dns.ResolveCallback(Object context)
  25. à System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  26. à System.Threading.ThreadPoolWorkQueue.Dispatch()
  27. à System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  28.  
  29. EOF.
Add Comment
Please, Sign In to add comment