1 write to unhandledExceptionPolicy
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
301
this.
unhandledExceptionPolicy
= new UnhandledExceptionPolicyHelper(this, this.serviceHost.UnhandledExceptionAction);
2 references to unhandledExceptionPolicy
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
299
if (this.
unhandledExceptionPolicy
== null)
303
return this.
unhandledExceptionPolicy
;