Click or drag to resize

FrameParserOnParsingException Method

Raises the ParsingException event.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override void OnParsingException(
	Exception ex
)
View Source

Parameters

ex  Exception
The Exception that was encountered during parsing.
See Also