1 implementation of HandleError
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
743
public bool
HandleError
(Exception error)
1 reference to HandleError
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
196
bool handledByThis = _handlers[i].
HandleError
(error);