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