I know that dealing with exceptions can be difficult if you don't know what exceptions could be thrown. Is there a site or a way to find all the possible exceptions that your code could throw? Maybe even a plug-in for VS? I know I don't want to catch an exception that I may not know how to handle and just let it drop. Any help would be appreciated.