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