diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-13 09:55:52 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-13 09:55:52 -0700 |
commit | 61650a6ec207c94cb92e27227dac75606c3e7e00 (patch) | |
tree | 94211306924328968711f101bc1234a417fc62ea /src/DotNetOAuth/DotNetOAuth.csproj | |
parent | ae2258f38effe0eca177d3610a9a113288f6365b (diff) | |
download | DotNetOpenAuth-61650a6ec207c94cb92e27227dac75606c3e7e00.zip DotNetOpenAuth-61650a6ec207c94cb92e27227dac75606c3e7e00.tar.gz DotNetOpenAuth-61650a6ec207c94cb92e27227dac75606c3e7e00.tar.bz2 |
Added a few ProtocolException-derived exception types.
Diffstat (limited to 'src/DotNetOAuth/DotNetOAuth.csproj')
-rw-r--r-- | src/DotNetOAuth/DotNetOAuth.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOAuth/DotNetOAuth.csproj b/src/DotNetOAuth/DotNetOAuth.csproj index 41587db..fb41be1 100644 --- a/src/DotNetOAuth/DotNetOAuth.csproj +++ b/src/DotNetOAuth/DotNetOAuth.csproj @@ -68,7 +68,10 @@ <ItemGroup>
<Compile Include="Consumer.cs" />
<Compile Include="IWebRequestHandler.cs" />
+ <Compile Include="Messaging\ReplayedMessageException.cs" />
+ <Compile Include="Messaging\ExpiredMessageException.cs" />
<Compile Include="Messaging\DataContractMemberComparer.cs" />
+ <Compile Include="Messaging\InvalidSignatureException.cs" />
<Compile Include="Messaging\IReplayProtectedProtocolMessage.cs" />
<Compile Include="Messaging\IExpiringProtocolMessage.cs" />
<Compile Include="Messaging\DictionaryXmlReader.cs" />
|