TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C# Exception
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (1)
Amogh Natu (1)
Kiranteja Jallepalli (1)
Rafnas T P (1)
Amit Choudhary (1)
Sourav Kayal (1)
Vidya Vrat Agarwal (1)
James Upton (1)
Related resources for C# Exception
No resource found
Best Practices for Handling Exceptions in C#
4/16/2024 10:49:46 AM.
Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
C# Exception: Solution Configuration System Failed to Initialize
9/2/2022 10:01:37 AM.
Today I encountered an exception while working on an application. The exception was “configuration system failed to initialize”.
Understanding Exceptions in C#
12/27/2018 4:13:37 AM.
Here I will explain what Exception Handling is all about in C#. Exception handling doesn't provide a solution to the error. Exceptional handling should not be used for every runtime error that occ
Handling Runtime Exceptions In C#
12/26/2018 10:34:17 PM.
The try catch finally block in .NET Framework and C# provides a mechanism to handle runtime errors. This step by step tutorial explains how to handle exception in C# code.
Why TypeInitialization Exception Has Null Inner Exceptions
2/7/2016 10:15:17 AM.
In this article you will get to know why TypeInitializationException has Null inner exceptions.
Wrap Your Original Exception in C#
12/19/2013 1:59:41 AM.
Exception handling mechanism is very essential in every application. A good coding stricture does not leave a single piece of code which might give trouble in application.
Exception Handling With C#
3/28/2013 4:07:45 PM.
This article explains how to properly handle existing exceptions using try, catch, finally and throw blocks and how to create your own custom exceptions.
Logging Errors in a XML File
9/30/2012 4:59:20 AM.
Error handling and logging errors at a common place is something, which is required in every piece of code you write. The attached source code is an error logger class that I've used in all of my applications. This class writes errors to XML files.