openPDC Synchrophasor Help
ParsingException Event
NamespacesTVA.PhasorProtocolsMultiProtocolFrameParserParsingException
Occurs when an Exception is encountered while parsing the data stream.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<EventArgs<Exception>> ParsingException
Public Event ParsingException As EventHandler(Of EventArgs(Of Exception))
public:
virtual  event EventHandler<EventArgs<Exception^>^>^ ParsingException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
Remarks
Argument()()()() is the Exception encountered while parsing the data stream.

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