C# call second constructor after current constructor code example Example: c# constructor call another constructor public Sample(string str) : this(int.Parse(str)) { }