Index: src/Common/NetTopologySuite/IO/ParseException.cs
===================================================================
diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r264b81f8e2b339ebadb6937d90d0ef909fb86af1
--- src/Common/NetTopologySuite/IO/ParseException.cs (.../ParseException.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a)
+++ src/Common/NetTopologySuite/IO/ParseException.cs (.../ParseException.cs) (revision 264b81f8e2b339ebadb6937d90d0ef909fb86af1)
@@ -12,12 +12,5 @@
///
/// A description of this ParseException.
public ParseException(String message) : base(message) {}
-
- ///
- /// Creates a ParseException with es detail message.
- ///
- /// An exception that occurred while a WKTReader was
- /// parsing a Well-known Text string.
- public ParseException(Exception e) : this(e.ToString()) {}
}
}
\ No newline at end of file