summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Messaging/ResourceAllocationException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Messaging/ResourceAllocationException.cs')
-rw-r--r--dotnet/Qpid.Messaging/ResourceAllocationException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Messaging/ResourceAllocationException.cs b/dotnet/Qpid.Messaging/ResourceAllocationException.cs
index a208b3cbbb..954dcdd94c 100644
--- a/dotnet/Qpid.Messaging/ResourceAllocationException.cs
+++ b/dotnet/Qpid.Messaging/ResourceAllocationException.cs
@@ -22,7 +22,7 @@
using System;
using System.Runtime.Serialization;
-namespace Qpid.Messaging
+namespace Apache.Qpid.Messaging
{
[Serializable]
public class ResourceAllocationException : QpidException