7
Reply

what kind of inheritance is this?

bamboo3

bamboo3

Oct 7 2004 1:39 AM
1.8k
public MyOwnCustomException (string message) : base(message) public MyOwnCustomException(string message, Exception inner) : base(message, inner) I thought only a Class can use inferitance, does a constructor can also use inheritance?

Answers (7)