X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting%2FRemotingTimeoutException.cs;h=17b8d83d55a45fe84fa6e71c11c9c42850605b44;hb=2a8259225695032220537b3c90a99d7a2686f214;hp=bcce91b52eeba0f6f5d31331d09c99e9d99a1b53;hpb=13d1764537ce5bbe5a06bf133fb2db1a4b5d2131;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting/RemotingTimeoutException.cs b/mcs/class/corlib/System.Runtime.Remoting/RemotingTimeoutException.cs index bcce91b52ee..17b8d83d55a 100644 --- a/mcs/class/corlib/System.Runtime.Remoting/RemotingTimeoutException.cs +++ b/mcs/class/corlib/System.Runtime.Remoting/RemotingTimeoutException.cs @@ -51,5 +51,10 @@ namespace System.Runtime.Remoting { : base (message, ex) { } + + internal RemotingTimeoutException (SerializationInfo info, StreamingContext context) + : base(info, context) + { + } } }