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.481-alpha
Syntax
bool ProvideFault(
	Exception error,
	RestResponseMessage response
)

Parameters

error
Type: SystemException

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

response
Type: RestSrvr.MessageRestResponseMessage

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

Return Value

Type: Boolean

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

See Also