How many types of exception handlers are there in .NET?
Answers were Sorted based on User's Feedback
Answer / mayur rathod
The exception information table represents four types of
exception handlers for protected blocks:
A finally handler that executes whenever the block exits,
whether that occurs by normal control flow or by an
unhandled exception.
A fault handler that must execute if an exception occurs,
but does not execute on completion of normal control flow.
A type-filtered handler that handles any exception of a
specified class or any of its derived classes.
A user-filtered handler that runs user-specified code to
determine whether the exception should be handled by the
associated handler or should be passed to the next protected
block.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is machine.config in .net?
Using com component in .net?
Difference between Panel and GroupBox classes?
How many namespaces are in .net version 1.1?
How will you load an assembly which is not referenced by current assembly?
What are the fundamental objects in ADO.NET?
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
What is managed code and managed data in .net?
How do you create threading in .NET? What is the namespace for that?
How .NET is able to support multiple languages?
Is .net an object oriented language? What are their components?
Tell me about secure socket layer? How to make use of the technology?