Exception not being caught in try block #171
Unanswered
osmanlodzero
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If Are you sure the other side is sending metadata? A better way to go about this would be to do something along these lines:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, so I've been away from C# for a while so perhaps this is me overlooking something very obvious, but I've got this exception that's not getting caught in a try block when I try to access null Metadata. I did some googling and some suggest it could be the setting in the debugger called Just My Code but this was not the case after testing it out.
Others suggested it could be related to async so I thought I'd post here asking if anyone knows what this could be, thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions