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
Can constructor be protected in c#?
What is tochararray in c#?
Is it possible to nest cfml conditional tags?
Define sealed classes in c#?
Explain the difference between object type and dynamic type variables in c#?
Can we create multiple constructors?
What is meant by clr?
List down the access modifiers available in c#?
What are the return types in c#?
Define a manifest in .net?
What is field in c#?
Why do we need delegates in c#?
Explain what is an interface in c#?
How long does a loop recorder procedure take?
What is a datacontract?