Hi,

I don't think that you can write a try block without catch in C#. You have to write the catch block when there is try block. However, finally is optional. If you want to process with any...