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