示例#1
0
 public Uri GetAlbumUrl(int image_id)
 {
     try {
         return(SmugMugProxy.GetAlbumUrl(image_id, credentials.SessionID));
     }
     catch (Exception ex) {
         throw new SmugMugException("Could not get album url", ex.InnerException);
     }
 }