Home
last modified time | relevance | path

Searched refs:unhandledExceptionPolicy (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DWorkflowServiceInstance.cs115 UnhandledExceptionPolicyHelper unhandledExceptionPolicy; field in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance
299 if (this.unhandledExceptionPolicy == null)
301 …this.unhandledExceptionPolicy = new UnhandledExceptionPolicyHelper(this, this.serviceHost.Unhandle…
303 return this.unhandledExceptionPolicy;