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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the lapsed listener problem?

1241


what user controls are and what server controls are and the differences between the two.

2095


Different between .net & j2ee ?

1188


Explain Creational design pattern in .NET?

1146


Explain attributes in dot net?

1115


Will it go to finally block if there is no exception happened?

1053


Explain what is immutability, what is it for and how is it codified?

1167


What is the difference between a class and an object, and how do these terms relate to each other?

1076


which method do you use to redirect the user to another page without performing a round trip to the client? How?

921


What is immutability?

1081


What is a garbage collector?

1195


What is concurrency? How will you avoid concurrency when dealing with dataset?

1282


Difference between abstract class and interface in .net?

1171


What is assemblies in .net?

1175


Describe difference between inline and code-behind?

1169