ConnectionErrorMessage Property (ITerminal)
Gets the text string that describes the specific cause of the most recent general connection failure (only when the last returned error has the value ErrConnectionError).
string ConnectionErrorMessage {get;}
'Declaration
ReadOnly Property ConnectionErrorMessage As String
'Usage
Dim instance As ITerminal
Dim value As String
value = instance.ConnectionErrorMessage