System exceptions Vs Application exceptions in Dotnet
S.No | System exceptions | Application exceptions |
1 | common exceptions thrown by the CLR of .Net Framework. | user defined exceptions thrown by the application. |