5 references to WorkflowUnhandledExceptionActionHelper
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (2)
21[ServiceModelActivitiesEnumValidator(typeof(WorkflowUnhandledExceptionActionHelper))] 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)
29if (!WorkflowUnhandledExceptionActionHelper.IsDefined(value))
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
6037Fx.Assert(WorkflowUnhandledExceptionActionHelper.IsDefined(action), action + " is invalid!");
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
191Fx.Assert(WorkflowUnhandledExceptionActionHelper.IsDefined(value), "Undefined WorkflowUnhandledExceptionAction");