Forum Discussion

dhanapal1's avatar
dhanapal1
Contributor
15 years ago

On Error Resume next statement like any statement is there in C# script.

In VBscript On Error Resume Next statement is there like that is there is any statement in C# Script.  Actually I had writen bunch of code if any error happen means I can catch thru catch block.  But ...