public event EventHandler<EventArgs<Exception>> ParsingExceptionPublic 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);
}function add_ParsingException(value);
function remove_ParsingException(value);