Login
Remember
Register
Ask a Question
Can we have only “try” block without “catch” block in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Can we have only “try” block without “catch” block in C#?
try-c#
c#-try
c#-catch
catch-c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Yes we can have only try block without catch block but we have to have finally block.
...