Programming with Reflection

image\rwnprg32.gif ConnectionError property

 

Syntax

object.ConnectionError

Works with

image\r124.gif

Data type

Integer

 

Description

Returns an error number describing the specific cause of the most recent general connection failure (when the last returned error has the value rcErrConnectionError). If no connection failure has occurred, this property returns zero. Use ConnectionErrorMessage to retrieve the error message.

Use this property to retrieve information only when the last returned error equals rcErrConnectionError; if you use ConnectionError for errors other than rcErrConnectionError, you will be retrieving information that is not valid for the current error condition.

Values

This property is read-only.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property