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/Security SecurityExce


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security SecurityException.cs,1.3,1.4 VerificationException.cs,1.2,1.3 XmlSyntaxException.cs,1.2,1.3
Date: Sat, 05 Apr 2003 01:58:15 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security
In directory subversions:/tmp/cvs-serv11641/runtime/System/Security

Modified Files:
        SecurityException.cs VerificationException.cs 
        XmlSyntaxException.cs 
Log Message:


Change instances of "protected internal" into "internal", because
"protected internal" doesn't actually do what I thought it did.


Index: SecurityException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/SecurityException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** SecurityException.cs        5 Apr 2003 00:35:17 -0000       1.3
--- SecurityException.cs        5 Apr 2003 06:58:12 -0000       1.4
***************
*** 36,40 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 36,40 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 45,49 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 45,49 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: VerificationException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/VerificationException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** VerificationException.cs    5 Apr 2003 00:35:17 -0000       1.2
--- VerificationException.cs    5 Apr 2003 06:58:12 -0000       1.3
***************
*** 36,40 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 36,40 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 45,49 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 45,49 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: XmlSyntaxException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/XmlSyntaxException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** XmlSyntaxException.cs       5 Apr 2003 00:35:17 -0000       1.2
--- XmlSyntaxException.cs       5 Apr 2003 06:58:12 -0000       1.3
***************
*** 43,47 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 43,47 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get





reply via email to

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