public UserCategory recv_createNewCategory() { TMessage msg = iprot_.ReadMessageBegin(); if (msg.Type == TMessageType.Exception) { TApplicationException x = TApplicationException.Read(iprot_); iprot_.ReadMessageEnd(); throw x; } createNewCategory_result result = new createNewCategory_result(); result.Read(iprot_); iprot_.ReadMessageEnd(); if (result.__isset.success) { return result.Success; } if (result.__isset.ex) { throw result.Ex; } if (result.__isset.se) { throw result.Se; } throw new TApplicationException(TApplicationException.ExceptionType.MissingResult, "createNewCategory failed: unknown result"); }