Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I'm trying to teach my colleagues better use of Try/Catch in visual studio. The only problem is I'd love to be able to give them a reference for what each method they're calling in the API can throw, so that they can look up what that means and how to handle that exception.
Does this exist? I've looked through the documentation and searched the forums. Surely there's a better way than just running code and when an exception occurs adding a handler for that specific one? I'd like to do some preventative catches and I can only do that if I know what can be thrown.
Solved! Go to Solution.