|
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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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
IBinaryImageParserParsingException
RemarksArgument is the
Exception encountered while parsing data.
See Also