Hi guys! is it possible to call parameterized constructor from derived class no-parameters constructor?
To be clear - I want to override the most simple exception constructor (withpout parametrs) by other one - with string-parameter for class -
public class SetEception : ApplicationException
thanks in advance)