|   | BinaryImageParserBaseParsingException Event | 
        
        
            Occurs when an Exception is encountered while attempting to parse data.
            
        
        Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 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
IBinaryImageParserParsingException Remarks
RemarksArgument is the 
Exception encountered while parsing data.
            
  See Also
See Also