Explain how many types of exception handlers are there in .net?
Answer Posted / Girish Candra Sharma
In .NET, there are two main types of exception handlers: Try-Catch-Finally blocks and User-defined exceptions (custom exceptions). Try-Catch-Finally blocks are used for handling runtime exceptions, while user-defined exceptions provide a way to create custom errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers