C
codymanix
I have a class and some of its operations are not valid under certains
cercumstances. what if the user clicks on the button which lauches this
operation?
Should I use InvaldoperationException or should I derive my own Exception
from System.ApplicationException? Iam not sure what to do.
cercumstances. what if the user clicks on the button which lauches this
operation?
Should I use InvaldoperationException or should I derive my own Exception
from System.ApplicationException? Iam not sure what to do.