1 instantiation of WorkflowUnhandledExceptionBehavior
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (1)
30
return 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)]
36
get { return typeof(
WorkflowUnhandledExceptionBehavior
); }
46
properties.Add(new ConfigurationProperty(action, typeof(WorkflowUnhandledExceptionAction),
WorkflowUnhandledExceptionBehavior
.defaultAction, null, new ServiceModelActivitiesEnumValidator(typeof(WorkflowUnhandledExceptionActionHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
256
this.unhandledExceptionAction =
WorkflowUnhandledExceptionBehavior
.defaultAction;