>
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 returned value is a Long Integer representing 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.