11 references to GetString
System.Workflow.ComponentModel (11)
AuthoringOM\Activity.cs (6)
428
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_NoRuntimeAvailable));
431
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_InvalidInvokingState));
450
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_NoRuntimeAvailable));
453
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_InvalidInvokingState));
1542
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_ActiveChildExist));
1549
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_ActiveChildContextExist));
AuthoringOM\ActivityExecutionContext.cs (2)
693
throw new ArgumentException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_DOIsNotAnActivity));
696
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_PropertyCanBeOnlyCleared));
AuthoringOM\ActivityExecutionContextCollection.cs (1)
167
throw new InvalidOperationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_CannotCompleteContext));
AuthoringOM\Fault.cs (1)
68
throw new InvalidOperationException(SR.
GetString
(CultureInfo.CurrentCulture, SR.Error_FaultIsNotOfFaultType));
AuthoringOM\SR.cs (1)
127
return
GetString
(SR.Culture, name);