public event EventHandler<EventArgs<Exception>> UnhandledException
Public Event UnhandledException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ UnhandledException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_UnhandledException(value);
function remove_UnhandledException(value);