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.Applicat ionException.
//Tony
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.Applicat ionException.
//Tony
Comment