Vbs Tutorial: Object-err

Source: Internet
Author: User

Err

Contains information about running errors. Accept errors used to generate and clear runtime errorsRaiseAndClearMethod.

Description

ErrAn object is an inherent object with a global scope: you do not haveCodeExample of creating it.ErrProperty is set by an error-generator: Visual Basic, automatic object, or VBScriptProgram.

ErrThe default attribute of the object isNumber.Err. NumberContains an integer that can be used by the Automation Object to return scode.

When a running error occurs,ErrThe attribute is filled by the unique information of the identifier error and the information that can be used to process it. To generate runtime errors in the code, useRaiseMethod.

ErrThe object property is reset to a zero or zero-length string ("").ClearMethods can be explicitly reset.Err.

The following example showsErrObject usage:

On Error resume nextErr. Raise6'Overflow error.Msgbox ("Error #" & CSTR (Err. Number)&""&Err. Description)Err. Clear'Clear the error.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.