|   | LogicalThreadUnhandledException Event | 
        
        
            Handler for unhandled exceptions on the thread.
            
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic 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);
}member UnhandledException : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>function add_UnhandledException(value);
function remove_UnhandledException(value);
Value
EventHandlerEventArgsException See Also
See Also