Click or drag to resize

SelfHostingServiceOnServiceProcessException Method

Raises the ServiceProcessException event.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnServiceProcessException(
	Exception exception
)
View Source

Parameters

exception  Exception
Exception to sent to ServiceProcessException event.
See Also