3 implementations of HandleError
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
380public bool HandleError(Exception error)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
34public bool HandleError(Exception error)
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableErrorHandler.cs (1)
30public bool HandleError(Exception error)
2 references to HandleError
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
201bool handledByThis = handlers[i].HandleError(error);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
239if (errorHandler.HandleError(exception))