Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » Sample Code   (RSS)

psuedo deferred base constructor call from a derived class (C# .NET)

I was building an exception class derived from the Exception class when I stumbled upon a problem - I wanted to perform some processing on the constructor parameters of my derived class before passing the results onto the base constructor for the exception
Posted by wigunara | 3 Comments
Filed under:

TechEd follow up...

Thanks to all those who attended my sessions at TechEd. As promised in my SQL Mobile session here is the source for a very simpler timer class to help you monitor performance. using System; using System.Collections.Generic; using System.Windows.Forms;
Posted by wigunara | 0 Comments
Filed under: ,
 
Page view tracker