adspace
What is the difference between throw and throw ex?
Answer Posted / Mushahid
In C#, 'throw' is used to throw an exception, while 'throw ex' throws an existing exception variable.
Post New Answer View All Answers
How to assign Null value to Var?
1071
Why can't we use a static class instead of singleton?
962
What is expression tree in c#?
1004
Which namespaces are necessary to create a localized application?
1147
What is an abstract class c#?
973
How do you inherit a class into other class in c#?
1000