What?s the C# equivalent of C++ catch (?), which was a
catch-all statement for any possible exception?
Answer / 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 |
what r arraylist? what the use of Hashtables?
Can we inherit static class in c#?
Can you declare the override method static while the original method is non-static?
What is an iqueryable in c#?
what is the purpose of new keyword while creating an object?
What is multicast delegate in c# ?
What is event delegate in c#?
What is stringreader in c#?
What are the access modifiers in c#?
What is the difference between protected and private?
Define method overloading in c#?
Can you use all access modifiers for all types?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)