Click or drag to resize

MultiProtocolFrameParserParsingException Event

Occurs when an Exception is encountered while parsing the data stream.

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

Value

EventHandlerEventArgsException

Implements

IFrameParserParsingException
Remarks
Argument is the Exception encountered while parsing the data stream.
See Also