public event EventHandler<EventArgs<Exception>> TerminationException
Public 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);