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

What is the difference between constants and read-only variables?

0 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?

0 Answers  


Is .net a compiler?

0 Answers  


C++ & C# differences ?

1 Answers  






Explain about the features and elements present in Visual studio.NET IDE?

0 Answers  


Please explain about "this" object

4 Answers   CTS,


How is a property designated as read-only?

2 Answers   Siebel Systems,


What is view state?

6 Answers   TCS,


What are Generics? Where do we use them.

2 Answers   Value Labs,


Explain what is the difference between web application and enterprise application?

0 Answers  


What are server controls?

1 Answers   Avanade, Wipro,


Categories