bamboo3

bamboo3

  • NA
  • 22
  • 0

what kind of inheritance is this?

Oct 7 2004 1:39 AM
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)