Merge remote-tracking branch 'mfoliveira/ppc64el-v2'
[mono.git] / mcs / class / System.ServiceProcess / System.ServiceProcess / TimeoutException.cs
index ad95041bd9e00e8fbcd4e0deb8946e29d27d00e8..dcec3ee2d5c69b815ddad37cd91449767b13c34c 100644 (file)
@@ -43,6 +43,13 @@ namespace System.ServiceProcess
                {
                }
 
+#if NET_2_0
+               public TimeoutException (string message, Exception innerException)
+                       : base (message, innerException)
+               {
+               }
+#endif
+
                protected TimeoutException (SerializationInfo info, StreamingContext context) : base (info, context)
                {
                }