Home
Products & Services
Developers
XML
XML-RPC
RSS
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
About & Contact
Want to know more?
Use the following form to contact someone at EnAppSys for more information.

GetErrorCode Method

See Also   Example   Applies To

Returns a string with a text description of the error code.

Syntax

object.GetErrorCode (ErrorNumber)

Part Description
object An object expression that evaluates to an RSSUtility object.
ErrorNumber Required. A long integer (type Long) which is the error number.

Remarks

When a special vbRSS error is thrown the following information is passed to the calling application:

  • The error code e.g. vbRSS_ERROR_NOTSUPPORTEDINTHISRSSVERSION
  • The method name e.g. "vbRSS.dll#Item.cls#Author"
  • A comment about the error e.g. "'Author' not supported in Version 0.91 at the RSSItem level."

An example of the code fragment needed is below:

Dim X as New RSSUtility ' The Utility object

Print X.GetErrorCode(vbRSS_ERROR_NOTSUPPORTEDINTHISRSSVERSION)
Terms of Use, Cookie and Privacy PoliciesAll Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2012
Registered Office: EnAppSys Ltd, Arnison House, 139B The High Street, Yarm, Stockton-on-Tees TS15 9AY
Registered in England and Wales, Number: 4685938