Answer Posted / ganni
the 'try' block contains the code which may have the
runtime errors. to handle that errors we use 'catch' block.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the Types of assemblies that can be created in dotnet
What is the difference between throw and throw ex?
Is std :: string null terminated?
How to use the sreamReader class to read form a text file?
How does foreach loop work in c#?
What is delegates in c# and uses of delegates?
What is the difference between an application domain and a process?
What is an array class?
Explain the difference between a struct and a class?
What is difference between assembly and dll?
Explain the 3 types of properties in c# with an example?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
Is lazy t thread safe?
What is a class in unity?
what is scope of a protected internal member variable of a c# class