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