Click or drag to resize

MultiProtocolFrameParserConnectionException Event

Occurs when an Exception is encountered during connection attempt to a device.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Exception, int>> ConnectionException
View Source

Value

EventHandlerEventArgsException, Int32
Remarks
Argument1 is the exception that occurred during the connection attempt.
Argument2 is the number of connections attempted so far.
See Also