Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ConnectionErrorMessage Property
In This Topic
    ConnectionErrorMessage Property (Terminal)
    In This Topic
    Gets the text string that describes the specific cause of the most recent general connection failure (if the last returned error has the value ErrConnectionError).
    Syntax
    expression.ConnectionErrorMessage As String
    where expression is a variable that represents a Terminal Object
    Remarks
    If no connection failure occurred, this property returns an empty string. The connection error message strings are stored internally in the connection library module of Reflection and cannot be changed.

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

    See Also