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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System.Xml/Schema XmlSchemaException


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Xml/Schema XmlSchemaException.cs,1.4,1.5
Date: Sat, 05 Jul 2003 01:07:13 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Xml/Schema
In directory subversions:/tmp/cvs-serv11471/System.Xml/Schema

Modified Files:
        XmlSchemaException.cs 
Log Message:


Add explicit "unchecked" contexts around constants that need it.


Index: XmlSchemaException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Xml/Schema/XmlSchemaException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** XmlSchemaException.cs       26 May 2003 04:41:20 -0000      1.4
--- XmlSchemaException.cs       5 Jul 2003 05:07:10 -0000       1.5
***************
*** 33,37 ****
                public XmlSchemaException(String message, Exception 
innerException)
                {
!                        HResult = (int)0x80131941;
                         throw new NotImplementedException(".ctor");
                }
--- 33,37 ----
                public XmlSchemaException(String message, Exception 
innerException)
                {
!                        HResult = unchecked((int)0x80131941);
                         throw new NotImplementedException(".ctor");
                }





reply via email to

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