public event EventHandler<EventArgs<Exception>> TerminationExceptionPublic Event TerminationException As EventHandler(Of EventArgs(Of Exception))public:
event EventHandler<EventArgs<Exception^>^>^ TerminationException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}function add_TerminationException(value);
function remove_TerminationException(value);