What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why do we use threads in c#?

0 Answers  


Can you inherit multiple classes in c#?

0 Answers  


what are the best design patterns for C#.Net?

1 Answers  


What are the differences between value types and reference types?

0 Answers  


How to find out that the code is written as managed or un-managed code?

0 Answers   Amazon,






How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}

6 Answers   ACB Group, IBM, Tech Mahindra,


What is remote data?

0 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


Can properties be private in c#?

0 Answers  


What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?

1 Answers  


Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


What is property in c#?

0 Answers  


Categories