|
SharedTimerUnhandledExceptions Event
|
Occurs when
Elapsed event throws an exception.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic event EventHandler<EventArgs<Exception>> UnhandledExceptions
Public Event UnhandledExceptions As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ UnhandledExceptions {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
member UnhandledExceptions : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_UnhandledExceptions(value);
function remove_UnhandledExceptions(value);
View SourceValue
EventHandlerEventArgsException
See Also