Showing posts with label System Exceptions. Show all posts
Showing posts with label System Exceptions. Show all posts

Tuesday, 1 November 2011

What is the difference between System exceptions and Application exceptions?

All exception derives from Exception Base class. Exceptions can be generated programmatically or can be generated by system. Application Exception serves as the base class for all applicationspecific exception classes. It derives from Exception but does not provide any extended functionality. You should derive your