What will happen if you issue a Resume statement after
handling an error?

Answers were Sorted based on User's Feedback



What will happen if you issue a Resume statement after handling an error?..

Answer / shaan

control switches to same statement again if Resume is given.
Need to give Resume next to switch to next statement

Is This Answer Correct ?    1 Yes 0 No

What will happen if you issue a Resume statement after handling an error?..

Answer / guest

control switches to same statement again

Is This Answer Correct ?    1 Yes 1 No

What will happen if you issue a Resume statement after handling an error?..

Answer / shriya sharma

It goes to the next statement on which the error has
occured if it would go to the same statement then it would
be in a deadlock.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What is ActiveX Document?

0 Answers   HCL,


How would you convert a form into document?

0 Answers  


HTML stands for What? Use of HTML ?

2 Answers  


How do you clear the current selected item from a drop down combo box?

2 Answers  


Difference between Tabletype and Snapshot?

0 Answers  






What is Dataware Control?

1 Answers  


When should we use recursive programming?

0 Answers  


What is the use of Tabledef?

0 Answers  


What is the difference between a Property Let and Property Set procedure?

1 Answers  


What is diff between the Generic Variable and Specific Variable?

1 Answers  


What is the difference Between ADO and other data access objects?

1 Answers  


What is RdExecDirect?

1 Answers  


Categories