 | IServiceErrorHandlerHandleError Method |
Returns true if the error handler can handle the error
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxbool HandleError(
Exception error
)
Function HandleError (
error As Exception
) As Boolean
bool HandleError(
Exception^ error
)
abstract HandleError :
error : Exception -> bool Parameters
- error Exception
[Missing <param name="error"/> documentation for "M:RestSrvr.IServiceErrorHandler.HandleError(System.Exception)"]
Return Value
Boolean[Missing <returns> documentation for "M:RestSrvr.IServiceErrorHandler.HandleError(System.Exception)"]
See Also