[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System / System / UriFormatException.cs
index 1e215c388be04574ff605de50f98522f5f9717c1..6860619ae40df9c06076fd711ccac2216d5a08df 100644 (file)
@@ -49,12 +49,10 @@ namespace System {
                {
                }
 
-#if NET_4_0
                public UriFormatException (string textString, Exception e)
                        : base (textString, e)
                {
                }
-#endif
                protected UriFormatException (SerializationInfo serializationInfo, StreamingContext streamingContext)
                        : base (serializationInfo, streamingContext)
                {