Saturday, 27 April 2013

What is Exception? What is the difference between System exceptions and Application exceptions? | ASP.Net interview questions

An exception is what happens when something goes wrong with the code at runtime. All exception derives from Exception Base class. Exceptions can be generated programmatically or can be generated by system.
Application exception is used when we want to define user defined exception.
System exception is all which is defined by .NET.

No comments: