Number Property
Applies To
Error object.
Description
Returns a numeric value specifying an error. The Number property is the Error object's default property.
Return Values
The return value is a Long data type that represents an error number.
Remarks
Use the Number property to determine the error that occurred. The value of the property corresponds to a unique trap number that corresponds to an error condition.
See Also
Description property, HelpContext, HelpFile properties, Source property.
Example
See the Description property example.