Inherit Exception or ApplicationException
I read that it's recommended to derive custom exceptions from System.ApplicationException.
On pg.39 it says, "We will create our own custom derivative of System.ApplicationException", however the code Inherits System.Exception, not System.ApplicationException.
Is the code wrong?
|