2 references to Error_CantCreateMethod
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
1615
throw new InvalidOperationException(SR.GetString(SR.
Error_CantCreateMethod
, activity != null ? activity.QualifiedName : string.Empty));
1620
throw new InvalidOperationException(SR.GetString(SR.
Error_CantCreateMethod
, contextActivity.QualifiedName));