5 references to HandleException
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (5)
223
if (Fx.IsFatal(exception) || !thisPtr.
HandleException
(exception))
1414
if (Fx.IsFatal(exception) || !this.instanceManager.
HandleException
(exception))
1438
if (Fx.IsFatal(exception) || !thisPtr.instanceManager.
HandleException
(exception))
1464
if (!this.instanceManager.
HandleException
(exception))
1481
if (Fx.IsFatal(exception) || !thisPtr.instanceManager.
HandleException
(exception))