|
JsonFaultHandlerHandleError Method
|
Enables error-related processing and returns a value that indicates whether the dispatcher aborts the session and the instance context in certain cases.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.207-beta
Syntax function HandleError(error);
View SourceParameters
- error Exception
- The exception thrown during processing.
Return Value
Booleantrue if Windows Communication Foundation (WCF) should not abort the session (if there is one) and instance context if the instance context is not
Single; otherwise, false. The default is false.
Implements
IErrorHandlerHandleError(Exception)See Also