public void GetSearchTweets() { try { data.searchTweet(this.SearchTweets, this.word); } catch (Exception ex) { this.SearchTweets.Add(new Models.TweetInfo { Text = ex.Message } ); } }