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

In Mvc Architecure what is view?

1 Answers   TCS,


What is .net technology?

0 Answers  


What is JIT and how is works?

3 Answers  


What is msil, il?

0 Answers  


What is Event Bubbling in .NET?

0 Answers   Viscus Infotech,


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  


How can you assign an rgb color to a system.drawing.color object?

0 Answers  


Using activex control in .net?

0 Answers  


what is yield keyword in .Net?

2 Answers  


Explain about managed heap?

0 Answers  


What application do you use to install a Windows service?

1 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

0 Answers  


Categories