ScheduledTaskUnhandledException Event
Namespace: Gemstone.ThreadingAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.158 -- Release Build+5f840a50b8123565ea38e0c1d6c00b5650022b4a
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);
Value
EventHandlerEventArgsException