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
Why we use extension method in c#?
Is for loop faster than foreach?
What is func c#?
What is default c#?
What do you understand by an Implicit Variable?
Give examples for value types?
What are constants in c#?
Is c# used for any core features of windows vista?
What is the use of GC.KeepAlive Method?
How do you specify a custom attribute for the entire assembly?
what is the difference between .dll and .exe
How objects are stored in memory?
Are c# constructors the same as c++ constructors?
What is a partial class in c#?
What is the difference between package and interface?