Question:Is it possible to define custom Exception classes in C#?
A Yes B Yes, but they have to be derived from System.Exception class C Yes, but they have to be derived from System.Object class D No
+ AnswerB
+ Report