Click or drag to resize

SelfHostingServiceServiceProcessException Event

Occurs when an Exception is encountered when processing a request.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Exception>> ServiceProcessException
View Source

Value

EventHandlerEventArgsException

Implements

ISelfHostingServiceServiceProcessException
Remarks
Argument is the exception encountered when processing a request.
See Also