Click or drag to resize

IServiceErrorHandlerHandleError Method

Returns true if the error handler can handle the error

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
bool HandleError(
	Exception error
)

Parameters

error
Type: SystemException

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:RestSrvr.IServiceErrorHandler.HandleError(System.Exception)"]

See Also