When developing applications in Visual Basic.net, there are a lot of common exceptions that may occur. E.g. Any application that saves a file to a disk may have an exception such as 'Not enough space', or 'Corrupt file system'.
My question is this: Is there an exception class that is already pre-built that I can use in my applications to catch any exceptions in a given area.
My question is this: Is there an exception class that is already pre-built that I can use in my applications to catch any exceptions in a given area.