diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-21 17:45:49 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-21 17:45:49 -0700 |
commit | 08827a078f370a0e976102e792a16095dd501b8c (patch) | |
tree | 0fc203294b84a70fdf8a50161a2385898aa6c8e3 /src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs | |
parent | dd8ace7ab2b1b51ebd4fb5f04fb9b5e30bfe4493 (diff) | |
parent | 2c2b114c1f1142120694273f1dbdf42f0462b9c2 (diff) | |
download | DotNetOpenAuth-08827a078f370a0e976102e792a16095dd501b8c.zip DotNetOpenAuth-08827a078f370a0e976102e792a16095dd501b8c.tar.gz DotNetOpenAuth-08827a078f370a0e976102e792a16095dd501b8c.tar.bz2 |
Merge branch 'v4.0'
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs b/src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs index 980878d..1fe4493 100644 --- a/src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs +++ b/src/DotNetOpenAuth.Core/Messaging/Bindings/CryptoKeyCollisionException.cs @@ -43,6 +43,7 @@ namespace DotNetOpenAuth.Messaging.Bindings { throw new NotImplementedException(); } +#if false /// <summary> /// When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with information about the exception. /// </summary> @@ -64,5 +65,6 @@ namespace DotNetOpenAuth.Messaging.Bindings { base.GetObjectData(info, context); throw new NotImplementedException(); } +#endif } } |