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
What is definition in c#?
Explain the steps to create satellite assembly?
Why singleton pattern is used in c#?
Explain “static” keyword in c#?
What are Regex / regular expressions ?
What is namespace in oop?
How do you escape a character?
What are the features of c#?
How do you mark a method obsolete?
Why do we need abstraction in c#?
What is difference between dictionary and hashtable in c#?
What is string pool in c#?
What are the access modifiers in c#?
write a c# program add two matrix with input number ?
What is the difference between proc. Sent by val and by sub?