Part 46 - C# Tutorial - Enums Example
Part 46 - C# Tutorial - Enums Example The program that we have started in Part 45 is now rewritten using Gend…
Part 46 - C# Tutorial - Enums Example The program that we have started in Part 45 is now rewritten using Gend…
Enums are strongly typed constants . Let's understand enums with an example. I have a customer class with…
In Part 43, we have seen what, Exception Handling Abuse is all about. If you haven't watched that video,…
Exceptions are unforeseen errors that occur when a program is running . For example, when an application is e…
In this part we will learn 1. When to create custom exceptions 2. Creating a custom exception from the scr…
The InnerException property returns the Exception instance that caused the current exception. To look at the …
What is an exception? An exception is an unforeseen error that occurs when a program is running. Examples: T…
Click here for the article related to Delegates Example Part I Click here for the article related to Delegate…