VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



for beginners, way to use exception handling.

by Brandon (46 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 23rd July 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

for beginners, way to use exception handling.

Rate for beginners, way to use exception handling.



'procedures.

On Error Goto ErrHandler:


ErrHandler:
Msgbox Err.Number & Err.Description

'to avoid returning to the operating system without error display
'use this code:

On Error Resume Next

Download this snippet    Add to My Saved Code

for beginners, way to use exception handling. Comments

No comments have been posted about for beginners, way to use exception handling.. Why not be the first to post a comment about for beginners, way to use exception handling..

Post your comment

Subject:
Message:
0/1000 characters