Click or drag to resize

IServiceErrorHandler Interface

Represents a class which can handle service faults

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax
public interface IServiceErrorHandler

The IServiceErrorHandler type exposes the following members.

Methods
  NameDescription
Public methodHandleError
Returns true if the error handler can handle the error
Public methodProvideFault
Provides a fault message back to the pipeline
Top
See Also