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

Is it possible to call oracle database through ADO control or Object?

1 Answers  


What is "Reserved Error -1209"?

0 Answers  


What are the different types of Dialog Box?

2 Answers   Apollo, ATTC,


Explain about arrays?

0 Answers  


___,___ arguments will be used to run a executable program in shell function

0 Answers  






How many types of ActiveX Components are there in Visual Basic and what are they?

2 Answers  


Where can I get updated VB and other Microsoft files?

0 Answers  


What is the need of tabindex property is label control?

0 Answers  


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


What are the rules which should be followed while naming a variable in VB?

0 Answers  


How can you save and Get data from Clipboard?

1 Answers  


What is the difference between Object and Class?

2 Answers  


Categories