Advertisement
BradleyUffner

Untitled

Jul 25th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
  2. at System.Net.Security.SslState.PartialFrameCallback(AsyncProtocolRequest asyncRequest)
  3. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  4. at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
  5. at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
  6. at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
  7. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  8. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  9. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  10. at Microsoft.Azure.Amqp.TaskHelpers.EndAsyncResult(IAsyncResult asyncResult)
  11. at Microsoft.Azure.Amqp.Transport.TlsTransport.HandleOpenComplete(IAsyncResult result, Boolean syncComplete)
  12. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  13. at Microsoft.Azure.Amqp.AsyncResult.End[TAsyncResult](IAsyncResult result)
  14. at Microsoft.Azure.Amqp.AmqpObject.OpenAsyncResult.End(IAsyncResult result)
  15. at Microsoft.Azure.Amqp.AmqpObject.EndOpen(IAsyncResult result)
  16. at Microsoft.Azure.Amqp.Transport.TlsTransportInitiator.HandleTransportOpened(IAsyncResult result)
  17. at Microsoft.Azure.Amqp.Transport.TlsTransportInitiator.OnTransportOpened(IAsyncResult result)
  18. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  19. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  20. at Microsoft.Azure.ServiceBus.ServiceBusConnection.<CreateConnectionAsync>d__38.MoveNext()
  21. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  22. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23. at Microsoft.Azure.Amqp.FaultTolerantAmqpObject`1.<OnCreateAsync>d__5.MoveNext()
  24. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at Microsoft.Azure.Amqp.Singleton`1.<CreateValue>d__20.MoveNext()
  27. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  28. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  29. at Microsoft.Azure.Amqp.Singleton`1.<GetOrCreateAsync>d__13.MoveNext()
  30. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  31. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  32. at Microsoft.Azure.ServiceBus.Amqp.AmqpLinkCreator.<CreateAndOpenAmqpLinkAsync>d__11.MoveNext()
  33. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  34. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  35. at Microsoft.Azure.ServiceBus.Core.MessageSender.<CreateLinkAsync>d__56.MoveNext()
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Microsoft.Azure.Amqp.FaultTolerantAmqpObject`1.<OnCreateAsync>d__5.MoveNext()
  39. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  40. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  41. at Microsoft.Azure.Amqp.Singleton`1.<CreateValue>d__20.MoveNext()
  42. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  43. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  44. at Microsoft.Azure.Amqp.Singleton`1.<GetOrCreateAsync>d__13.MoveNext()
  45. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  46. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  47. at Microsoft.Azure.ServiceBus.Core.MessageSender.<OnSendAsync>d__53.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement