Forum Discussion
Adam_Zehavi
16 years agoOccasional Contributor
Thanks, but I was referring to something like:
throw new Exception("Description");
which I've learned is used like this:
throw "Description";
or at-least I can achieve my goal this way...
throw new Exception("Description");
which I've learned is used like this:
throw "Description";
or at-least I can achieve my goal this way...