dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting Remo


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting RemotingException.cs,1.1,1.2
Date: Fri, 04 Apr 2003 19:35:19 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting
In directory subversions:/tmp/cvs-serv20048/runtime/System/Runtime/Remoting

Modified Files:
        RemotingException.cs 
Log Message:


Add the appropriate HResult values to all exception classes.


Index: RemotingException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/RemotingException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RemotingException.cs        2 Dec 2001 22:00:06 -0000       1.1
--- RemotingException.cs        5 Apr 2003 00:35:17 -0000       1.2
***************
*** 47,50 ****
--- 47,59 ----
                        }
  
+       // Get the default HResult value for this type of exception.
+       protected internal override uint HResultDefault
+                       {
+                               get
+                               {
+                                       return 0x8013150b;
+                               }
+                       }
+ 
  }; // class SystemException.Runtime.Remoting
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]