| 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
)
Function ProvideFault (
error As Exception,
response As RestResponseMessage
) As Boolean
bool ProvideFault(
Exception^ error,
RestResponseMessage^ response
)
abstract ProvideFault :
error : Exception *
response : RestResponseMessage -> bool
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