|
SelfHostingServiceServiceProcessException Event
|
Occurs when an Exception is encountered when processing a request.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler<EventArgs<Exception>> ServiceProcessException
Public Event ServiceProcessException As EventHandler(Of EventArgs(Of Exception))
public:
virtual event EventHandler<EventArgs<Exception^>^>^ ServiceProcessException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
abstract ServiceProcessException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
override ServiceProcessException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_ServiceProcessException(value);
function remove_ServiceProcessException(value);
View SourceValue
EventHandlerEventArgsExceptionImplements
ISelfHostingServiceServiceProcessException
RemarksArgument is the exception encountered when processing a request.
See Also