summary refs log tree commit diff
path: root/crypto/test/src/tls/test/NetworkStream.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/tls/test/NetworkStream.cs')
-rw-r--r--crypto/test/src/tls/test/NetworkStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/tls/test/NetworkStream.cs b/crypto/test/src/tls/test/NetworkStream.cs
index ed1b21014..013c27a12 100644
--- a/crypto/test/src/tls/test/NetworkStream.cs
+++ b/crypto/test/src/tls/test/NetworkStream.cs
@@ -97,7 +97,7 @@ namespace Org.BouncyCastle.Tls.Tests
             lock (this)
             {
                 if (m_closed)
-                    throw new ObjectDisposedException(this.GetType().Name);
+                    throw new ObjectDisposedException(GetType().FullName);
             }
         }
     }