Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 6.0
Visual Basic 6.0
Reference
Language Reference
Properties
D
 Description Property (Visual Basic ...
 
Visual Basic for Applications Reference

Description Property

See Also    Example    Applies To    Specifics

Returns or sets a string expression containing a descriptive string associated with an object. Read/write.

For the Err object, returns or sets a descriptive string associated with an error.

Remarks

The Description property setting consists of a short description of the error. Use this property to alert the user to an error that you either can't or don't want to handle. When generating a user-defined error, assign a short description of your error to the Description property. If Description isnt filled in, and the value of Number corresponds to a Visual Basic run-time error, the string returned by the Error function is placed in Description when the error is generated.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker