summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/UnprotectedMessageException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth/Messaging/UnprotectedMessageException.cs')
-rw-r--r--src/DotNetOAuth/Messaging/UnprotectedMessageException.cs15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/DotNetOAuth/Messaging/UnprotectedMessageException.cs b/src/DotNetOAuth/Messaging/UnprotectedMessageException.cs
index f05bf88..45a6a41 100644
--- a/src/DotNetOAuth/Messaging/UnprotectedMessageException.cs
+++ b/src/DotNetOAuth/Messaging/UnprotectedMessageException.cs
@@ -1,10 +1,17 @@
-namespace DotNetOAuth.Messaging {
+//-----------------------------------------------------------------------
+// <copyright file="UnprotectedMessageException.cs" company="Andrew Arnott">
+// Copyright (c) Andrew Arnott. All rights reserved.
+// </copyright>
+//-----------------------------------------------------------------------
+
+namespace DotNetOAuth.Messaging {
using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
using System.Globalization;
+ /// <summary>
+ /// An exception thrown when messages cannot receive all the protections they require.
+ /// </summary>
+ [Serializable]
internal class UnprotectedMessageException : ProtocolException {
/// <summary>
/// Initializes a new instance of the <see cref="UnprotectedMessageException"/> class.