1 instantiation of WorkflowUnhandledExceptionBehavior
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (1)
30return new WorkflowUnhandledExceptionBehavior() { Action = this.Action };
4 references to WorkflowUnhandledExceptionBehavior
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (3)
20[ConfigurationProperty(action, DefaultValue = WorkflowUnhandledExceptionBehavior.defaultAction)] 36get { return typeof(WorkflowUnhandledExceptionBehavior); } 46properties.Add(new ConfigurationProperty(action, typeof(WorkflowUnhandledExceptionAction), WorkflowUnhandledExceptionBehavior.defaultAction, null, new ServiceModelActivitiesEnumValidator(typeof(WorkflowUnhandledExceptionActionHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
256this.unhandledExceptionAction = WorkflowUnhandledExceptionBehavior.defaultAction;