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...

can we throw execption from catchblock

Answer Posted / nithya

We can throw exception in catch block

Like

try
{
int a=10/0;
}
catch(Exception ex)
{
throw ex;
}

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use anonymous methods in c#?

1011


Difference between directcast and ctype.

1065


what is method overloading in c#?

1092


How many bytes is an int in c#?

985


Can I define my own exceptions?

937


What is cshtml extension?

991


Name the method of servicebase class?

1054


What is difference between ienumerable and ienumerator in c#?

973


Why do we use partial class in c#?

952


Why do we Need of static class in c#?

1108


When Should You Call The Garbage Collector In .net?

1090


What is default access modifier for class in c#?

1095


What is Garbage Collection in .Net?

1085


In howmany ways can you deploy an assembly?

995


What is string interpolation in c#?

1011