Click or drag to resize

IClientUnhandledUserException Event

Occurs when an Exception is encountered in a user-defined function via an event dispatch.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
event EventHandler<EventArgs<Exception>> UnhandledUserException

Value

EventHandlerEventArgsException
Remarks
Argument is the Exception thrown by the user-defined function.
See Also