IBinaryImageParserParsingException Event
Occurs when an Exception is encountered while attempting to parse data.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
event EventHandler<EventArgs<Exception>> ParsingException
Event ParsingException As EventHandler(Of EventArgs(Of Exception))
event EventHandler<EventArgs<Exception^>^>^ ParsingException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_ParsingException(value);
function remove_ParsingException(value);
Value
EventHandlerEventArgsException Argument is the
Exception encountered while parsing data.