Example #1
0
 public void SomeMethod()
 {
     try
     {
         var sc = new ServiceClass();
         sc.ReverseGeocodePoint();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message);
     }
 }