openPDC Synchrophasor Help
ConnectionException Event
NamespacesTVA.PhasorProtocolsMultiProtocolFrameParserConnectionException
Occurs when an Exception is encountered during connection attempt to a device.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<Exception, int>> ConnectionException
Public Event ConnectionException As EventHandler(Of EventArgs(Of Exception, Integer))
public:
 event EventHandler<EventArgs<Exception^, int>^>^ ConnectionException {
	void add (EventHandler<EventArgs<Exception^, int>^>^ value);
	void remove (EventHandler<EventArgs<Exception^, int>^>^ value);
}
Remarks
Argument1()()()() is the exception that occured during the connection attempt.
Argument2()()()() is the number of connections attempted so far.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0