Monthly Archive: July 2011

How to: Call a base constructor in C#.Net 0

How to: Call a base constructor in C#.Net

Recently I decided I wanted to start creating children classes to handle my Exceptions, but I ran into the issue that I couldn’t quite call the base constructor and I kept asking myself why...