 | RestErrorHandlerHandleError Method |
Handle error
Namespace: SanteDB.Rest.Common.BehaviorAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic bool HandleError(
Exception error
)
Public Function HandleError (
error As Exception
) As Boolean
public:
virtual bool HandleError(
Exception^ error
) sealed
abstract HandleError :
error : Exception -> bool
override HandleError :
error : Exception -> bool Parameters
- error Exception
[Missing <param name="error"/> documentation for "M:SanteDB.Rest.Common.Behavior.RestErrorHandler.HandleError(System.Exception)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Rest.Common.Behavior.RestErrorHandler.HandleError(System.Exception)"]
Implements
IServiceErrorHandlerHandleError(Exception)
See Also