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