3 references to FaultProperty
System.Workflow.ComponentModel (3)
AuthoringOM\Fault.cs (3)
58throw new InvalidOperationException(SR.GetString(CultureInfo.CurrentCulture, SR.Error_PropertyNotSet, FaultProperty.Name)); 91return base.GetValue(FaultProperty) as Exception; 95base.SetValue(FaultProperty, value);