Community

.NET Tip: Throwing Custom Exceptions

(Jay Miller) Creating your own custom exceptions is very easy and allows your code to be more explicit as well as being able to provide more user-friendly error messages. To show how to use custom exceptions, I will use connecting to a database as an example. Connecting to a database is something yo

Read More - Register for Free Membership