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.
Application exception is used when we want to define user defined exception.
System exception is all which is defined by .NET.
No comments:
Post a Comment