merging the Mainsoft branch to the trunk
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / RemotingTimeoutException.cs
index bcce91b52eeba0f6f5d31331d09c99e9d99a1b53..17b8d83d55a45fe84fa6e71c11c9c42850605b44 100644 (file)
@@ -51,5 +51,10 @@ namespace System.Runtime.Remoting {
                        : base (message, ex)
                {
                }
+
+               internal RemotingTimeoutException (SerializationInfo info, StreamingContext context) 
+                       : base(info, context)
+               {
+               }
        }
 }