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 AppDomainUnloadedExce


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System AppDomainUnloadedException.cs,1.5,1.6 ApplicationException.cs,1.6,1.7 ArgumentException.cs,1.5,1.6 ArgumentNullException.cs,1.4,1.5ArgumentOutOfRangeException.cs,1.5,1.6 ArithmeticException.cs,1.4,1.5ArrayTypeMismatchException.cs,1.4,1.5 BadImageFormatException.cs,1.5,1.6 CannotUnloadAppDomainException.cs,1.4,1.5DivideByZeroException.cs,1.4,1.5 DuplicateWaitObjectException.cs,1.4,1.5 EntryPointNotFoundException.cs,1.4,1.5 Exception.cs,1.15,1.16 ExecutionEngineException.cs,1.4,1.5 FieldAccessException.cs,1.4,1.5 FormatException.cs,1.4,1.5 IndexOutOfRangeException.cs,1.4,1.5 InvalidCastException.cs,1.4,1.5InvalidOperationException.cs,1.4,1.5 InvalidProgramException.cs,1.4,1.5 MemberAccessException.cs,1.4,1.5 MethodAccessException.cs,1.4,1.5 MissingFieldException.cs,1.4,1.5 MissingMemberException.cs,1.4,1.5 MissingMethodException.cs,1.4,1.5 MulticastNotSupportedException.cs,1.3,1.4 NotFiniteNumberException.cs,1.4,1.5 NotImplementedException.cs,1.2,1.3 NotSupportedException.cs,1.4,1.5 NullReferenceException.cs,1.4,1.5 ObjectDisposedException.cs,1.4,1.5 OutOfMemoryException.cs,1.5,1.6 OverflowException.cs,1.4,1.5 RankException.cs,1.4,1.5 StackOverflowException.cs,1.4,1.5 SystemException.cs,1.8,1.9 TypeInitializationException.cs,1.4,1.5 TypeLoadException.cs,1.5,1.6 TypeUnloadedException.cs,1.4,1.5UnauthorizedAccessException.cs,1.4,1.5
Date: Sat, 05 Apr 2003 01:58:15 -0500

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

Modified Files:
        AppDomainUnloadedException.cs ApplicationException.cs 
        ArgumentException.cs ArgumentNullException.cs 
        ArgumentOutOfRangeException.cs ArithmeticException.cs 
        ArrayTypeMismatchException.cs BadImageFormatException.cs 
        CannotUnloadAppDomainException.cs DivideByZeroException.cs 
        DuplicateWaitObjectException.cs EntryPointNotFoundException.cs 
        Exception.cs ExecutionEngineException.cs 
        FieldAccessException.cs FormatException.cs 
        IndexOutOfRangeException.cs InvalidCastException.cs 
        InvalidOperationException.cs InvalidProgramException.cs 
        MemberAccessException.cs MethodAccessException.cs 
        MissingFieldException.cs MissingMemberException.cs 
        MissingMethodException.cs MulticastNotSupportedException.cs 
        NotFiniteNumberException.cs NotImplementedException.cs 
        NotSupportedException.cs NullReferenceException.cs 
        ObjectDisposedException.cs OutOfMemoryException.cs 
        OverflowException.cs RankException.cs 
        StackOverflowException.cs SystemException.cs 
        TypeInitializationException.cs TypeLoadException.cs 
        TypeUnloadedException.cs UnauthorizedAccessException.cs 
Log Message:


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


Index: AppDomainUnloadedException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/AppDomainUnloadedException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** AppDomainUnloadedException.cs       5 Apr 2003 00:35:16 -0000       1.5
--- AppDomainUnloadedException.cs       5 Apr 2003 06:58:12 -0000       1.6
***************
*** 37,41 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 37,41 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 46,50 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 46,50 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ApplicationException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/ApplicationException.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ApplicationException.cs     5 Apr 2003 00:35:16 -0000       1.6
--- ApplicationException.cs     5 Apr 2003 06:58:12 -0000       1.7
***************
*** 43,47 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 43,47 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 52,56 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 52,56 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ArgumentException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/ArgumentException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ArgumentException.cs        5 Apr 2003 00:35:16 -0000       1.5
--- ArgumentException.cs        5 Apr 2003 06:58:12 -0000       1.6
***************
*** 51,55 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 51,55 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 60,64 ****
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       protected internal override String MessageExtra
                        {
                                get
--- 60,64 ----
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       internal override String MessageExtra
                        {
                                get
***************
*** 77,81 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 77,81 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ArgumentNullException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/ArgumentNullException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ArgumentNullException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- ArgumentNullException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 37,41 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 37,41 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 46,50 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 46,50 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ArgumentOutOfRangeException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/ArgumentOutOfRangeException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ArgumentOutOfRangeException.cs      5 Apr 2003 00:35:16 -0000       1.5
--- ArgumentOutOfRangeException.cs      5 Apr 2003 06:58:12 -0000       1.6
***************
*** 70,74 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 70,74 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 79,83 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 79,83 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ArithmeticException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/ArithmeticException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ArithmeticException.cs      5 Apr 2003 00:35:16 -0000       1.4
--- ArithmeticException.cs      5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ArrayTypeMismatchException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/ArrayTypeMismatchException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ArrayTypeMismatchException.cs       5 Apr 2003 00:35:16 -0000       1.4
--- ArrayTypeMismatchException.cs       5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: BadImageFormatException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/BadImageFormatException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** BadImageFormatException.cs  5 Apr 2003 00:35:16 -0000       1.5
--- BadImageFormatException.cs  5 Apr 2003 06:58:12 -0000       1.6
***************
*** 70,74 ****
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       protected internal override String MessageExtra
                        {
                                get
--- 70,74 ----
  
        // Get the extra data to insert into "Exception::ToString()"'s result.
!       internal override String MessageExtra
                        {
                                get
***************
*** 87,91 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 87,91 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 105,109 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 105,109 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: CannotUnloadAppDomainException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/CannotUnloadAppDomainException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CannotUnloadAppDomainException.cs   5 Apr 2003 00:35:16 -0000       1.4
--- CannotUnloadAppDomainException.cs   5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: DivideByZeroException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/DivideByZeroException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** DivideByZeroException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- DivideByZeroException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: DuplicateWaitObjectException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/DuplicateWaitObjectException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** DuplicateWaitObjectException.cs     5 Apr 2003 00:35:16 -0000       1.4
--- DuplicateWaitObjectException.cs     5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: EntryPointNotFoundException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/EntryPointNotFoundException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** EntryPointNotFoundException.cs      5 Apr 2003 00:35:16 -0000       1.4
--- EntryPointNotFoundException.cs      5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: Exception.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Exception.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Exception.cs        5 Apr 2003 00:35:16 -0000       1.15
--- Exception.cs        5 Apr 2003 06:58:12 -0000       1.16
***************
*** 38,42 ****
  in the result, amongst other things.
  
! Instead, we provide two "protected internal" properties that only classes
  in this library can access.  "MessageDefault" provides a default message
  if "message" is null.  "MessageExtra" provides extra information to be
--- 38,42 ----
  in the result, amongst other things.
  
! Instead, we provide two "internal" properties that only classes
  in this library can access.  "MessageDefault" provides a default message
  if "message" is null.  "MessageExtra" provides extra information to be
***************
*** 47,52 ****
  
  This design is cleaner to implement throughout the library.  Because the
! extra properties are "protected internal", they will not pollute the
! name space of applications that didn't expect them to be present.
  
  */
--- 47,52 ----
  
  This design is cleaner to implement throughout the library.  Because the
! extra properties are "internal", they will not pollute the name space of
! applications that didn't expect them to be present.
  
  */
***************
*** 291,295 ****
  
        // Get the extra data to be inserted into the "ToString" representation.
!       protected internal virtual String MessageExtra
                {
                        get
--- 291,295 ----
  
        // Get the extra data to be inserted into the "ToString" representation.
!       internal virtual String MessageExtra
                {
                        get
***************
*** 300,304 ****
  
        // Get the default message to use if "message" was initialized to null.
!       protected internal virtual String MessageDefault
                {
                        get
--- 300,304 ----
  
        // Get the default message to use if "message" was initialized to null.
!       internal virtual String MessageDefault
                {
                        get
***************
*** 309,313 ****
        
        // Get the default HResult value for this type of exception.
!       protected internal virtual uint HResultDefault
                {
                        get
--- 309,313 ----
        
        // Get the default HResult value for this type of exception.
!       internal virtual uint HResultDefault
                {
                        get

Index: ExecutionEngineException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/ExecutionEngineException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ExecutionEngineException.cs 5 Apr 2003 00:35:16 -0000       1.4
--- ExecutionEngineException.cs 5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: FieldAccessException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/FieldAccessException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** FieldAccessException.cs     5 Apr 2003 00:35:16 -0000       1.4
--- FieldAccessException.cs     5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: FormatException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/FormatException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** FormatException.cs  5 Apr 2003 00:35:16 -0000       1.4
--- FormatException.cs  5 Apr 2003 06:58:12 -0000       1.5
***************
*** 34,38 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 34,38 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 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

Index: IndexOutOfRangeException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IndexOutOfRangeException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** IndexOutOfRangeException.cs 5 Apr 2003 00:35:16 -0000       1.4
--- IndexOutOfRangeException.cs 5 Apr 2003 06:58:12 -0000       1.5
***************
*** 34,38 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 34,38 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 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

Index: InvalidCastException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/InvalidCastException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** InvalidCastException.cs     5 Apr 2003 00:35:16 -0000       1.4
--- InvalidCastException.cs     5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: InvalidOperationException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/InvalidOperationException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** InvalidOperationException.cs        5 Apr 2003 00:35:16 -0000       1.4
--- InvalidOperationException.cs        5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: InvalidProgramException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/InvalidProgramException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** InvalidProgramException.cs  5 Apr 2003 00:35:16 -0000       1.4
--- InvalidProgramException.cs  5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: MemberAccessException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/MemberAccessException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MemberAccessException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- MemberAccessException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: MethodAccessException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/MethodAccessException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MethodAccessException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- MethodAccessException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: MissingFieldException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/MissingFieldException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MissingFieldException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- MissingFieldException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: MissingMemberException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/MissingMemberException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MissingMemberException.cs   5 Apr 2003 00:35:16 -0000       1.4
--- MissingMemberException.cs   5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: MissingMethodException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/MissingMethodException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MissingMethodException.cs   5 Apr 2003 00:35:16 -0000       1.4
--- MissingMethodException.cs   5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

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

Index: NotFiniteNumberException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/NotFiniteNumberException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** NotFiniteNumberException.cs 5 Apr 2003 00:35:16 -0000       1.4
--- NotFiniteNumberException.cs 5 Apr 2003 06:58:12 -0000       1.5
***************
*** 53,57 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 53,57 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 62,66 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 62,66 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

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

Index: NotSupportedException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/NotSupportedException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** NotSupportedException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- NotSupportedException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: NullReferenceException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/NullReferenceException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** NullReferenceException.cs   5 Apr 2003 00:35:16 -0000       1.4
--- NullReferenceException.cs   5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: ObjectDisposedException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/ObjectDisposedException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ObjectDisposedException.cs  5 Apr 2003 00:35:16 -0000       1.4
--- ObjectDisposedException.cs  5 Apr 2003 06:58:12 -0000       1.5
***************
*** 59,63 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 59,63 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 68,72 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 68,72 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: OutOfMemoryException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/OutOfMemoryException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** OutOfMemoryException.cs     5 Apr 2003 00:35:16 -0000       1.5
--- OutOfMemoryException.cs     5 Apr 2003 06:58:12 -0000       1.6
***************
*** 42,46 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 42,46 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 51,55 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 51,55 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: OverflowException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/OverflowException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** OverflowException.cs        5 Apr 2003 00:35:16 -0000       1.4
--- OverflowException.cs        5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: RankException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/RankException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** RankException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- RankException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 34,38 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 34,38 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 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

Index: StackOverflowException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/StackOverflowException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** StackOverflowException.cs   5 Apr 2003 00:35:16 -0000       1.4
--- StackOverflowException.cs   5 Apr 2003 06:58:12 -0000       1.5
***************
*** 42,46 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 42,46 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 51,55 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 51,55 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: SystemException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/SystemException.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** SystemException.cs  5 Apr 2003 00:35:16 -0000       1.8
--- SystemException.cs  5 Apr 2003 06:58:12 -0000       1.9
***************
*** 46,50 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 46,50 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 55,59 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 55,59 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: TypeInitializationException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/TypeInitializationException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** TypeInitializationException.cs      5 Apr 2003 00:35:16 -0000       1.4
--- TypeInitializationException.cs      5 Apr 2003 06:58:12 -0000       1.5
***************
*** 53,57 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 53,57 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 70,74 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 70,74 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: TypeLoadException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/TypeLoadException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** TypeLoadException.cs        5 Apr 2003 00:35:16 -0000       1.5
--- TypeLoadException.cs        5 Apr 2003 06:58:12 -0000       1.6
***************
*** 71,75 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 71,75 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 80,84 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 80,84 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: TypeUnloadedException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/TypeUnloadedException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** TypeUnloadedException.cs    5 Apr 2003 00:35:16 -0000       1.4
--- TypeUnloadedException.cs    5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // Get the default HResult value for this type of exception.
!       internal override uint HResultDefault
                        {
                                get

Index: UnauthorizedAccessException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/UnauthorizedAccessException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** UnauthorizedAccessException.cs      5 Apr 2003 00:35:16 -0000       1.4
--- UnauthorizedAccessException.cs      5 Apr 2003 06:58:12 -0000       1.5
***************
*** 35,39 ****
  
        // Get the default message to use for this exception type.
!       protected internal override String MessageDefault
                        {
                                get
--- 35,39 ----
  
        // Get the default message to use for this exception type.
!       internal override String MessageDefault
                        {
                                get
***************
*** 44,48 ****
  
        // Get the default HResult value for this type of exception.
!       protected internal override uint HResultDefault
                        {
                                get
--- 44,48 ----
  
        // 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]