示例#1
0
 public string GetSound()
 {
     try
     {
         return(Word.GetSound());
     }
     catch (WebException)
     {
         return(_rth.RichTextWarning("\nUnable to reach the website"));
     }
     catch (Exception ex)
     {
         return(_rth.RichTextWarning(ex.Message));
     }
 }