April 2002
Intermediate to advanced
688 pages
19h 51m
English
ErrorToString Function
Microsoft.VisualBasic.Conversion
ErrorToString([errornumber])errornumber (optional; Long)A numeric error code
A String containing an error message
Returns the error message or error description corresponding to a particular error code
If errornumber is present, the function
returns the text of the error message corresponding to that error
code.
If no arguments are passed to the function, it returns the text of the error message corresponding to the Description property of the Err Object.
Read now
Unlock full access