Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript Err Object Description Property

Returns or sets a descriptive string associated with an error.

Syntax: VBScript Err Object Description Property

Err.Description [= stringexpression]

Arguments: VBScript Err Object Description Property

stringexpression

A string expression containing a description of the error.

Remarks: VBScript Err Object Description Property

The Description property consists of a short description of the error. Use this property to alert the user to an error that you can't or don't want to handle. When generating a user-defined error, assign a short description of your error to this property. If Description isn't filled in, and the value of theVBScript Err Object Number Property corresponds to a VBScript run-time error, the descriptive string associated with the error is returned.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.