1.

What’s The Difference Between System Exceptions And Application Exceptions?

Answer»

SYSTEM EXCEPTIONS are common exceptions thrown by the CLR of .Net Framework. Application exceptions can be USER defined exceptions thrown by the application.

System exceptions are common exceptions thrown by the CLR of .Net Framework. Application exceptions can be user defined exceptions thrown by the application.



Discussion

No Comment Found