summaryrefslogtreecommitdiff
path: root/csharp/src/IceSSL/RFC2253.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/IceSSL/RFC2253.cs')
-rw-r--r--csharp/src/IceSSL/RFC2253.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceSSL/RFC2253.cs b/csharp/src/IceSSL/RFC2253.cs
index c535cd5b34b..1ff869cfe15 100644
--- a/csharp/src/IceSSL/RFC2253.cs
+++ b/csharp/src/IceSSL/RFC2253.cs
@@ -20,7 +20,7 @@ namespace IceSSL
class RFC2253
{
- internal class ParseException : System.Exception
+ internal class ParseException : Exception
{
internal ParseException()
{