creating my own exception class

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
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
 
Back
Top