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
Are tuples immutable c#?
What are the string functions in c#?
What is difference between web and window application?
Is c# code is unmanaged or managed code?
Define an escape sequence, name few strings in escape sequence?
Can we override static class in c#?
How to Install uninstall assemblies into GAC?
What is gui in c#?
Can an array be null c#?
What is difference between ienumerable and list in c#?
How long will it take to learn c sharp?
What are get and set in c#?
What do you mean by expression tree?
What is the difference between ref and out in c#?
Difference between value and reference type. What are value types and reference types?