ConnectionError Property (ITerminal)
In This Topic
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).
Syntax
'Declaration
ReadOnly Property ConnectionError As Integer
'Usage
Dim instance As ITerminal
Dim value As Integer
value = instance.ConnectionError
int ConnectionError {get;}
See Also