3 references to FaultTypeProperty
System.Workflow.ComponentModel (3)
AuthoringOM\Fault.cs (3)
63throw new InvalidOperationException(SR.GetString(CultureInfo.CurrentCulture, SR.Error_ExceptionTypeNotException, this.FaultType, FaultTypeProperty.Name)); 109return base.GetValue(FaultTypeProperty) as Type; 113base.SetValue(FaultTypeProperty, value);