Click or drag to resize

ServerBaseUnhandledUserException 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
public event EventHandler<EventArgs<Exception>> UnhandledUserException
View Source

Value

EventHandlerEventArgsException

Implements

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