What's the recommended way to throw exceptions inside a native function? #2760
-
Should a native function return the error message as a string without an exception? Or throw normal .NET exceptions? |
Beta Was this translation helpful? Give feedback.
Answered by
Swimburger
Sep 13, 2023
Replies: 1 comment 1 reply
-
Based on the discussion of todays office hour: Throw native .NET exceptions as you normally would in .NET programs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Swimburger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on the discussion of todays office hour: Throw native .NET exceptions as you normally would in .NET programs.