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

Answer Posted / guest

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 ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between double and decimal in c#?

552


What is c-sharp (c#)?

625


What are the value types in c#?

603


How to Install uninstall assemblies into GAC?

577


Are there functions in c#?

591






What are the 2 kinds of data type conversions in c#?

586


What is xml serialization in c#?

554


Explain the difference between Metadata and Manifest

637


Explain about WSDL

697


What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?

665


What is serializable in c#?

587


Should I use double or float?

585


What is scope c#?

533


Is system a class in c#?

566


What is _layout cshtml?

562