|
LogicalThreadSchedulerUnhandledException Event
|
Triggered when an action managed by this
synchronization manager throws an exception.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+13787b6b78c2a05e0f5d0ff4ef1e17ab745e4b5e
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);
View SourceValue
EventHandlerEventArgsException
See Also