public int GetUpdatedSchema() { try { return(virtualDinerwareClient.GetSchema()); } catch (Exception ex) { logger.WriteLogError("**** Dinerware VirtualClient FAILURE: GetUpdatedSchema Exception Error= " + ex.Message); if (ex.InnerException != null) { logger.WriteLogError("**** InnerException = " + ex.InnerException.Message); } } return(0); }