3 references to FaultProperty
System.Workflow.Activities (3)
WebServiceFault.cs (3)
79
return base.GetValue(
FaultProperty
) as Exception;
83
base.SetValue(
FaultProperty
, value);
139
throw new InvalidOperationException(SR.GetString(CultureInfo.CurrentCulture, SR.Error_PropertyNotSet,
FaultProperty
.Name));