in src/main/csharp/Message.cs [61:72]
public void ClearBody() { try { this.ReadOnlyBody = false; this.tibcoMessage.ClearBody(); } catch(Exception ex) { ExceptionUtil.WrapAndThrowNMSException(ex); } }