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
Which namespace does it belong to by default?
hai, about trading domain and need simple project on trading system. please help me...
What is the use of UML in .Net
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What makes .net core cross platform?
What are the similarities and difference between class and structure in .net?
Is atl redundant in the .net world?
How do you define the lease of the object in .net?
Show different types of collection in .NET?
What are the different types of remote object creation mode in .net?
What are the core differences between .NET Languages ?
Can I write il programs directly?
Can you write a class without specifying namespace?
Explain cas (code access security)?
Which namespace is used to support multithearding in .NET?