Dim instance AsIIbmTerminalDim value AsString
value = instance.ConnectionErrorMessage
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. Use this property to retrieve information only when the last returned error equals ErrConnectionError. If you use ConnectionErrorMessage for errors other than ErrConnectionError, you will be retrieving information that is not valid for the current error condition.