Forum Discussion
2 Replies
- YMinaev
Staff
- Adam_ZehaviOccasional ContributorThanks, 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...