How many types of exception handlers are there in .NET?

Answers were Sorted based on User's Feedback



How many types of exception handlers are there in .NET?..

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

How many types of exception handlers are there in .NET?..

Answer / versha

1)Error provider

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Dot Net General Interview Questions

How can you turn-on and turn-off cas?

0 Answers  


What are channels in .NET Remoting?

2 Answers   Rolta,


What are the new features in .net core?

0 Answers  


How to create a key pair in .net?

0 Answers  


Difference between Panel and GroupBox classes?

3 Answers  






What are the Characteristics of .NET?

1 Answers  


What does cil do?

0 Answers  


How do I spawn a thread?

0 Answers  


What is the difference between an abstract class and an interface?

0 Answers  


can any one tel me hw to connect database connectivity of dot NET and back end as MS access?

1 Answers  


Please explain is the jit an interpreter?

0 Answers  


How to view a .NET assembly?

0 Answers   QuestPond,


Categories