I have a piece of code that I got from MSDN and I am not sure how do I reference this class?
It mentioned about Exception Management Application Block ... is this an old version of Ms Enterprise Library?
catch (Exception generalException)
{
ExceptionManager.LogException(generalException);
}