Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ConnectionError Property
In This Topic
    ConnectionError Property (Terminal)
    In This Topic
    Gets the error number that describes the specific cause of the most recent general connection failure (if the last returned error has the value ErrConnectionError).
    Syntax
    expression.ConnectionError As Integer
    where expression is a variable that represents a Terminal Object
    Remarks
    Use ConnectionErrorMessage to retrieve the error message. If no connection failure occurred, this property returns zero.

    If you use ConnectionError for errors other than ErrConnectionError, you will retrieve information that is not valid for the current error condition.

    See Also