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