August 2001
Intermediate to advanced
656 pages
18h 5m
English
ErrorToString Function
Microsoft.VisualBasic.Conversion
ErrorToString([errornumber])errornumber
Use: Optional
Data Type: 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