InterviewSolution
Saved Bookmarks
| 1. |
Can I Define My Own Exceptions? |
|
Answer» YES, just DERIVE your EXCEPTION CLASS from System.Exception. Yes, just derive your exception class from System.Exception. |
|