| Overload | Description |
|---|---|
| DataSourceConnectionFailure(ISparkplugProducer,Exception) | Indicates that the data source connection for the edge node or device has failed. Indicates that the data source connection for the edge node or device has failed with no automatic reconnection, specifying an exception object. |
| DataSourceConnectionFailure(ISparkplugProducer,String) | Indicates that the data source connection for the edge node or device has failed with no automatic reconnection, specifying an error message. |
| DataSourceConnectionFailure(ISparkplugProducer,String,Int32) | Indicates that the data source connection for the edge node or device has failed, specifying an error message and reconnection interval. |