creating my own exception class

T

Tony Johansson

Hello!

If I want to create my own Exception class which class is the recommended
class to derive from.
Should it be from Exception or from System.ApplicationException.

//Tony
 
V

vishal srivastaw

hi tony,
you can use both of them exception orsimply Application exception.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top