summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Buffer/BufferUnderflowException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Buffer/BufferUnderflowException.cs')
-rw-r--r--dotnet/Qpid.Buffer/BufferUnderflowException.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotnet/Qpid.Buffer/BufferUnderflowException.cs b/dotnet/Qpid.Buffer/BufferUnderflowException.cs
index c0cb850e63..13939b77a8 100644
--- a/dotnet/Qpid.Buffer/BufferUnderflowException.cs
+++ b/dotnet/Qpid.Buffer/BufferUnderflowException.cs
@@ -21,7 +21,7 @@
using System;
using System.Runtime.Serialization;
-namespace Qpid.Buffer
+namespace Apache.Qpid.Buffer
{
[Serializable]
public class BufferUnderflowException : Exception
@@ -39,3 +39,4 @@ namespace Qpid.Buffer
}
+