|   | 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.257-beta
 Syntax
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);
Value
EventHandlerEventArgsExceptionImplements
IFrameParserParsingException Remarks
RemarksArgument is the 
Exception encountered while parsing the data stream.
            
  See Also
See Also