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

What?s the C# equivalent of C++ catch (?), which was a
catch-all statement for any possible exception?

Answer Posted / daniel

A catch block that catches the exception of type
System.Exception. You can also omit the parameter data type
in this case and just write catch {}.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are tuples immutable c#?

972


What are the string functions in c#?

1022


What is difference between web and window application?

906


Is c# code is unmanaged or managed code?

1168


Define an escape sequence, name few strings in escape sequence?

987


Can we override static class in c#?

955


How to Install uninstall assemblies into GAC?

986


What is gui in c#?

1023


Can an array be null c#?

991


What is difference between ienumerable and list in c#?

933


How long will it take to learn c sharp?

993


What are get and set in c#?

1063


What do you mean by expression tree?

901


What is the difference between ref and out in c#?

944


Difference between value and reference type. What are value types and reference types?

1043