Click or drag to resize

ServiceDispatcherErrorHandlers Property

Gets the error handlers on this service

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax
public List<IServiceErrorHandler> ErrorHandlers { get; }

Property Value

Type: ListIServiceErrorHandler
See Also