|
MultiProtocolFrameParserParsingException Event
|
Occurs when an Exception is encountered while parsing the data stream.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic 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);
}
abstract ParsingException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
override ParsingException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_ParsingException(value);
function remove_ParsingException(value);
View SourceValue
EventHandlerEventArgsExceptionImplements
IFrameParserParsingException
RemarksArgument is the
Exception encountered while parsing the data stream.
See Also