diff options
Diffstat (limited to 'dotnet/Qpid.Buffer/BufferDataException.cs')
| -rw-r--r-- | dotnet/Qpid.Buffer/BufferDataException.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotnet/Qpid.Buffer/BufferDataException.cs b/dotnet/Qpid.Buffer/BufferDataException.cs index bce2d7ef5a..c76441dde0 100644 --- a/dotnet/Qpid.Buffer/BufferDataException.cs +++ b/dotnet/Qpid.Buffer/BufferDataException.cs @@ -23,10 +23,10 @@ using System.Runtime.Serialization; namespace Qpid.Buffer { - /** - * A {@link RuntimeException} which is thrown when the data the {@link ByteBuffer} - * contains is corrupt. - */ + /// <summary> + /// An exception thrown when the data the <see cref="ByteBuffer"/> + /// contains is corrupt + /// </summary> [Serializable] public class BufferDataException : Exception { |
