summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/UnprotectedMessageException.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-13 18:15:20 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-13 18:15:20 -0700
commitc1d035b2d138dcd915f17f187edb458ef1b541a6 (patch)
treeeaaba9ad0e6c8d0be8efe4b33d98d6cc91e55a0e /src/DotNetOAuth/Messaging/UnprotectedMessageException.cs
parent76cf7ef65fb66bfd44f9672f50e1901daa91126f (diff)
downloadDotNetOpenAuth-c1d035b2d138dcd915f17f187edb458ef1b541a6.zip
DotNetOpenAuth-c1d035b2d138dcd915f17f187edb458ef1b541a6.tar.gz
DotNetOpenAuth-c1d035b2d138dcd915f17f187edb458ef1b541a6.tar.bz2
Stylecop fixes.
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.