Advertisement
Guest User

Untitled

a guest
Mar 29th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Exception thrown: 'System.InvalidCastException' in System.Windows.Forms.dll
  2. System.InvalidCastException: Cast specificato non valido.
  3. in System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument2.GetLocation()
  4. in System.Windows.Forms.WebBrowser.get_Document()
  5. in YoutubeToMp3.form1.InsertLink(Object link) in C:\Users\matty\Desktop\DOCUMENTI\Programmazione\YoutubeToMp3\YoutubeToMp3\Form1.vb:riga 57
  6. in YoutubeToMp3.form1.VB$StateMachine_4_HandleUpdateAsync.MoveNext() in C:\Users\matty\Desktop\DOCUMENTI\Programmazione\YoutubeToMp3\YoutubeToMp3\Form1.vb:riga 91
  7. --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
  8. in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  9. in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  10. in Telegram.Bot.Extensions.Polling.DefaultUpdateHandler.<HandleUpdateAsync>d__3.MoveNext() in /_/src/Telegram.Bot.Extensions.Polling/DefaultUpdateHandler.cs:riga 37
  11. --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
  12. in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  13. in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  14. in System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  15. in Telegram.Bot.Extensions.Polling.DefaultUpdateReceiver.<ReceiveAsync>d__4.MoveNext() in /_/src/Telegram.Bot.Extensions.Polling/DefaultUpdateReceiver.cs:riga 105
  16. --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
  17. in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  18. in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  19. in Telegram.Bot.TelegramBotClientPollingExtensions.<ReceiveAsync>d__7.MoveNext() in /_/src/Telegram.Bot.Extensions.Polling/Extensions/TelegramBotClientPollingExtensions.cs:riga 319
  20. --- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
  21. in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  22. in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23. in Telegram.Bot.TelegramBotClientPollingExtensions.<>c__DisplayClass3_0.<<StartReceiving>b__0>d.MoveNext() in /_/src/Telegram.Bot.Extensions.Polling/Extensions/TelegramBotClientPollingExtensions.cs:riga 148
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement