3 references to Error_InterfaceTypeNotInterface
System.Workflow.Activities (3)
EventSinkActivity.cs (1)
532throw new Exception(SR.GetString(SR.Error_InterfaceTypeNotInterface, "InterfaceType"));
WebServiceReceive.cs (2)
534ValidationError error = new ValidationError(SR.GetString(SR.Error_InterfaceTypeNotInterface, "InterfaceType"), ErrorNumbers.Error_InterfaceTypeNotInterface); 889throw new Exception(SR.GetString(SR.Error_InterfaceTypeNotInterface, "InterfaceType"));