Property | Value |
|
Number | Value specified as argument to Error statement. Can be any valid error number. |
Source | Name of the current Visual Basic project. |
Description | A string corresponding to the return of the Error function for the specified Number, if this string exists. If the string doesn't exist, Description contains "Application-defined or object-defined error". |
HelpFile | The fully qualified drive, path, and file name of the Visual Basic Help file. |
HelpContext | The Visual Basic Help file context ID for the error corresponding to the Number property. |
LastDLLError | On 32-bit Microsoft Windows operating systems only, contains the system error code for the last call to a dynamic-link library (DLL). The LastDLLError property is read-only. |