Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
Microsoft.VisualBasic.Conversion Syntax
Dim result As String = ErrorToString([errorNumber])
Description
The ErrorToString function returns the error message or description corresponding to a particular error code. If no error code is supplied, the message for the most recent runtime error is returned instead; this is generally the same as the Err.Description property. Usage at a Glance
See Also
Err.Description Property |
Категории