public string GetDescriptionsAsText() { try { return(Word.GetDescriptionAsText()); } catch (WebException) { return("\nUnable to reach the website"); } catch (Exception ex) { return(ex.Message); } }