Enterprise library 2006 - Custom Exception
Iam using the Enterprise Library January 2006 for VS2005 projects. I want to create a custom exception class using the base exception handler from enterprise library exception handler class. The custom Exception should be able to send SMS alerts, Pager Alerts etc. How can I go about it?

