| 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
)
Function HandleError (
error As Exception
) As Boolean
bool HandleError(
Exception^ error
)
abstract HandleError :
error : Exception -> bool
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