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
Why is aws serverless?
What are the basic string operations? Explain.
What is yield return in c#?
Which is faster hashtable or dictionary?
What is uint c#?
Is stringbuilder better than string?
What is datareader c#?
Is static class thread safe in c#?
Is c# or c++ better for games?
Wcf and what is difference between wcf and web services?
What is difference between abstraction and encapsulation in c#?
What is thread pooling?
What is the difference between firstordefault and first?
Why do we use class in c#?
Is java better than c sharp?