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
What is the difference between double and decimal in c#?
What is c-sharp (c#)?
What are the value types in c#?
How to Install uninstall assemblies into GAC?
Are there functions in c#?
What are the 2 kinds of data type conversions in c#?
What is xml serialization in c#?
Explain the difference between Metadata and Manifest
Explain about WSDL
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?
What is serializable in c#?
Should I use double or float?
What is scope c#?
Is system a class in c#?
What is _layout cshtml?