Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
webczat
Posts
Comments
C
C#
•
Created by SoFt on 7/11/2024 in
#help
Weirdest problem - catch doesnt work
i don't really know what can cause that. unhandled exception which is thrown from a cancellation callback?
12 replies
C
C#
•
Created by SoFt on 7/11/2024 in
#help
Weirdest problem - catch doesnt work
there might be something wrong with the mysql library. AggregateException is kinda rare especially in async/await, it is usually seen when doing direct Task manipulation and like... not sure
12 replies
C
C#
•
Created by SoFt on 7/11/2024 in
#help
Weirdest problem - catch doesnt work
but OpenAsync calls into a db provider which can do whatever. the responsible code is the provider.
12 replies
C
C#
•
Created by SoFt on 7/11/2024 in
#help
Weirdest problem - catch doesnt work
so doesn't correctly propagate
12 replies
C
C#
•
Created by SoFt on 7/11/2024 in
#help
Weirdest problem - catch doesnt work
might be that exception is being thrown from some different context than you expect, like some other thread, not in the async flow?
12 replies