VB.NET - Difference between System exceptions and Application exceptions

Difference between System exceptions and Application exceptions.

System ExceptionApplication Exception
SystemExceptions are thrown by the CLR and are of more generic nature.ApplicationExceptions are thrown by Applications.
All the exception is defined by the .NetIt is used when we want to define user-defined exception.
It is thrown when a nonrecoverable error has occurred, such as database crash.It is thrown when a recoverable error has occurred, such as invalid input argument.
It is derived from System.SystemException class.To derive custom exceptions from the System.ApplicationException class.
It is raised by the system.It is raised by the application.
VB.NET - What is Native Image Generator (Ngen.exe)?
What is Native Image Generator (Ngen.exe)? - Ngen is a toll to improve performance of managed applications.....
VB.NET - Explain Form level validation and Field level Validation
Explain Form level validation and Field level Validation - Form level validation occurs once the user is ready to submit the form.......
NET - Describe the programming model of a windows service
Describe the programming model of a windows service - Windows services are based on the class that is inherited from System.ServiceProcess.ServiceBase class........
Post your comment
Discussion Board
VB.NET Exceptions
VB.NET exceptions with code samples

http://vb.net-informations.com/language/vb.net_exceptions.htm

vallene
vallene 04-9-2012