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 do you do exception management

Answer Posted / manish agrahari

try
{
//try and do something here...
}
catch (SomeExeption ex)
{
//Handle the exception and take appropriate action
}
finally
{
//This code will *always* run irrespective if you have
//an exception or not. Usually this is some clean up of
//some sort though.
}

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does exclamation mark mean in access query?

1040


What is difference between dll and exe in c#?

1022


List the difference between the virtual method and the abstract method?

932


Why objects are stored in heap in c#?

989


What is a streamwriter in c#?

981


Define an array?

979


What is different about switch statements in c#?

924


Can int be null c#?

958


What is the difference between overriding and overloading in systemverilog?

1042


What is the difference between early binding and late binding in c#?

1006


Explain what is an interface in c#?

996


What is the difference between “finalize” and “finally” methods in c#?

977


How do you define a predicate?

928


Can derived classes have greater accessibility than their base types?

982


4. Describe the process when we send a request URL? And who is responsible for that?

2019