Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
DSA
20.1K+ articles
Python
20.0K+ articles
Experiences
15.9K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.3K+ articles
JavaScript
10.1K+ articles
Misc
8.2K+ articles
C#
1.9K+ articles
CSharp-Exception-Handling
6+ articles
CSharp-Exception
3 posts
Recent Articles
Popular Articles
C# Exceptions
Last Updated: 25 January 2025
An exception in C# is an unwanted or unexpected event that occurs at runtime. It affects the normal flow of the program. Common exceptions include invalid input, divide-by...
read more
Misc
C#
CSharp-Exception
CSharp-Exception-Handling
C# | Array IndexOutofRange Exception
Last Updated: 23 January 2019
C# supports the creation and manipulation of arrays, as a data structure. The index of an array is an integer value that has value in the interval [0, n-1], where n is the...
read more
Misc
C#
CSharp-Exception
C# System Level Exception vs Application Level Exception
Last Updated: 25 January 2025
In C#, exceptions are categorized into two main types based on their origin and usage, which are System-level exceptions and Application-level exceptions. Understanding th...
read more
Difference Between
C#
Picked
CSharp-Exception
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !