what kind of inheritance is this?
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?
bamboo3Posted Oct 9, 2004, 2:27 PM
shimtannyPosted Oct 7, 2004, 7:47 AM
bamboo3Posted Oct 7, 2004, 7:08 AM
bamboo3Posted Oct 7, 2004, 6:20 AM
shimtannyPosted Oct 7, 2004, 5:49 AM
bamboo3Posted Oct 7, 2004, 5:33 AM
shimtannyPosted Oct 7, 2004, 3:38 AM