diff options
Diffstat (limited to 'dotnet/Qpid.Common/Framing/FieldTable.cs')
-rw-r--r-- | dotnet/Qpid.Common/Framing/FieldTable.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Common/Framing/FieldTable.cs b/dotnet/Qpid.Common/Framing/FieldTable.cs index a7abc9d6e5..4c613aa80d 100644 --- a/dotnet/Qpid.Common/Framing/FieldTable.cs +++ b/dotnet/Qpid.Common/Framing/FieldTable.cs @@ -74,7 +74,7 @@ namespace Qpid.Framing value = buffer.GetUnsignedInt(); break; default: - throw new AMQFrameDecodingException("Unsupported field table type: " + type); + throw new AMQFrameDecodingException("Unsupported field table type: '" + type + "' charcode" + (int)type); } sizeRead += (sizeRemaining - buffer.Remaining); |