Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 machine.config in .net?

0 Answers  


Using com component in .net?

0 Answers  


Difference between Panel and GroupBox classes?

3 Answers  


How many namespaces are in .net version 1.1?

0 Answers  


How will you load an assembly which is not referenced by current assembly?

0 Answers  


What are the fundamental objects in ADO.NET?

1 Answers  


Which namespace is used to support multithearding in .NET?

0 Answers   Sans Pareil IT Services,


What is managed code and managed data in .net?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


How .NET is able to support multiple languages?

5 Answers  


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

0 Answers  


Tell me about secure socket layer? How to make use of the technology?

0 Answers  


Categories