Create and throw exceptions in C# console applications

Beginner
Developer
Higher Education Educator
K-12 Educator
Student
.NET
Visual Studio Code

Learn how to create exception objects, how to customize the properties of an exception object, and the process for creating, throwing, and catching custom exception objects in a C# application.

Learning objectives

  • Learn how exception objects are created and how to customize their property settings.
  • Develop C# console applications that create and throw customized exception objects.
  • Develop C# console applications that catch custom exception objects and manage exception property information.

Prerequisites

  • An installation of Visual Studio Code that's configured for C# application development.
  • Experience developing C# console applications that implement business logic.
  • Experience developing C# console applications that implement custom methods.
  • Experience debugging C# console application and implementing try-catch exception handing.