How many types of exception handlers are there in .NET?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how com+ related to the dna architecture?
Explain the main components in .net?
What are the purposes of using .net?
Explain the difference between the while and for loop.
Explain what is reflection in microsoft .net context?
Difference between user groups and code groups
What is misl?
How is .net core cross platform?
What is operator overloading in .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What are the new thee features of com+ services, which are not there in com (mts)?
How do we access crystal reports in .net?
What is an anonymous method?
What is namespaces in .net?
Explain how to load the contents of an xml file into an xmldocument object?