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

I'm having some trouble with cas. How can I troubleshoot the problem?

0 Answers  


What is the difference between response.write & response.output.write?

0 Answers  


What is the difference between VB and VB.NET?

2 Answers  


Explain is the jit an interpreter?

0 Answers  


What is multiThreading in .NET?

0 Answers  






Name some of the languages .NET support?

3 Answers  


Is .net an object oriented language? What are their components?

0 Answers  


What’s different between process and application in .net?

0 Answers  


What is a system lock?

2 Answers   Wipro,


What are the namespace available in .net?

0 Answers  


Explain me what is the difference between an abstract class and an interface?

0 Answers  


Can you explain what do you understand about web service?

0 Answers   Accenture,


Categories