in src/main/csharp/StreamMessage.cs [166:177]
public string ReadString()
{
try
{
return this.tibcoStreamMessage.ReadString();
}
catch(Exception ex)
{
ExceptionUtil.WrapAndThrowNMSException(ex);
return null;
}
}