Computer Science, asked by soumali1053, 1 year ago

What are the custom exceptions in C#?

Answers

Answered by omegads04
0

By using custom exceptions, we can create and handle our own user defined exceptions. The exceptions are anomalies that occur during the execution of a program.

Similar questions