ErrorOccurred Property (HistorianConnectionStatus)
- Last UpdatedAug 21, 2026
- 1 minute read
Indicates whether there is any error condition related to the connection status.
'Declaration
Public ReadOnly Property ErrorOccurred As Boolean
'Usage
Dim instance As HistorianConnectionStatus
Dim value As Boolean
value = instance.ErrorOccurred
public bool ErrorOccurred {get;}
Property Value
If this property is set to True, then an error condition exists. Otherwise, this property is False.For top-level status for the OpenConnection() method, this property is True if there is an error condition related to the connection status of all partners. If an error occurs for one partner, but not for another, this is not considered a fatal error, because at least one historian can be accessed. For the OpenConnectionToAll() method, this property is True if there is an error condition related to the connection status of any partners. For separate errors from any partners, examine the second-level status objects.