Click or drag to resize

IServiceErrorHandler Interface

Represents a class which can handle service faults

Namespace: RestSrvr
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
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