INTERNAL_ERROR: 51
Error number for internal errors.
Error number for an invalid argument being passed to a procedure.
Class for abstract logging to one or more logging facility.
Create an error message from the given Err object's properties.
Public Const INTERNAL_ERROR = 51
Error number for internal errors.
http://msdn.microsoft.com/en-us/library/xe43cc8d
Public Const INVALID_ARGUMENT = 5
Error number for an invalid argument being passed to a procedure.
http://msdn.microsoft.com/en-us/library/xe43cc8d
Public FormatErrorMessage(e)
Create an error message from the given Err object's properties. Formatted messages will look like this: "Foo bar (0xDEAD)".
Implemented as a global function due to general lack of static methods in VBScript.
e
- Err object
Formatted error message consisting of error description and hexadecimal error number. Empty string if neither error description nor error number are available.