Пример #1
0
 public string GetDescriptionsAsText()
 {
     try
     {
         return(Word.GetDescriptionAsText());
     }
     catch (WebException)
     {
         return("\nUnable to reach the website");
     }
     catch (Exception ex)
     {
         return(ex.Message);
     }
 }