Click or drag to resize

IServiceErrorHandlerProvideFault Method

Provides a fault message back to the pipeline

Namespace: RestSrvr
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
bool ProvideFault(
	Exception error,
	RestResponseMessage response
)

Parameters

error  Exception

[Missing <param name="error"/> documentation for "M:RestSrvr.IServiceErrorHandler.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

response  RestResponseMessage

[Missing <param name="response"/> documentation for "M:RestSrvr.IServiceErrorHandler.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

Return Value

Boolean

[Missing <returns> documentation for "M:RestSrvr.IServiceErrorHandler.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

See Also