Occurs when an Exception is encountered while attempting to parse data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
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); }
Remarks
Argument()()()() is the Exception encountered while parsing data.