Click or drag to resize

BinaryImageParserBaseParsingException Event

Occurs when an Exception is encountered while attempting to parse data.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
Syntax
public event EventHandler<EventArgs<Exception>> ParsingException
View Source

Value

EventHandlerEventArgsException

Implements

IBinaryImageParserParsingException
Remarks
Argument is the Exception encountered while parsing data.
See Also