Click or drag to resize

JsonFaultWebHttpBehaviorAddServerErrorHandlers Method

Override this method to change the way errors that occur on the service are handled.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
protected override void AddServerErrorHandlers(
	ServiceEndpoint endpoint,
	EndpointDispatcher endpointDispatcher
)
View Source

Parameters

endpoint  ServiceEndpoint
The service endpoint.
endpointDispatcher  EndpointDispatcher
The endpoint dispatcher.
See Also