 | WebErrorBehaviorProvideFault Method |
Provides a fault message back to the pipeline
Namespace: SanteDB.Rest.WWW.BehaviorsAssembly: SanteDB.Rest.WWW (in SanteDB.Rest.WWW.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic bool ProvideFault(
Exception error,
RestResponseMessage response
)
Public Function ProvideFault (
error As Exception,
response As RestResponseMessage
) As Boolean
public:
virtual bool ProvideFault(
Exception^ error,
RestResponseMessage^ response
) sealed
abstract ProvideFault :
error : Exception *
response : RestResponseMessage -> bool
override ProvideFault :
error : Exception *
response : RestResponseMessage -> bool Parameters
- error Exception
[Missing <param name="error"/> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebErrorBehavior.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]
- response RestResponseMessage
[Missing <param name="response"/> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebErrorBehavior.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebErrorBehavior.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]
Implements
IServiceErrorHandlerProvideFault(Exception, RestResponseMessage)
See Also