4 references to defaultAction
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (2)
20[ConfigurationProperty(action, DefaultValue = WorkflowUnhandledExceptionBehavior.defaultAction)] 46properties.Add(new ConfigurationProperty(action, typeof(WorkflowUnhandledExceptionAction), WorkflowUnhandledExceptionBehavior.defaultAction, null, new ServiceModelActivitiesEnumValidator(typeof(WorkflowUnhandledExceptionActionHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Description\WorkflowUnhandledExceptionBehavior.cs (1)
21this.action = defaultAction;
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
256this.unhandledExceptionAction = WorkflowUnhandledExceptionBehavior.defaultAction;