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