Click or drag to resize

RestErrorHandlerHandleError Method

Handle error

Namespace: SanteDB.Rest.Common.Behavior
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public bool HandleError(
	Exception error
)

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