1
Answer

On Error resume next in VB.NET

I have written on .vb class to fetch records from SAP. On error I am inserting error in log file. But after writing to log file it should move to next record, which is not happening right now. How should I write on Error function?
Answers (1)