Make NotImplementedException partial to allow XI to add an helper method
authorSebastien Pouliot <sebastien@xamarin.com>
Tue, 19 May 2015 22:12:17 +0000 (18:12 -0400)
committerMarek Safar <marek.safar@gmail.com>
Mon, 2 May 2016 22:10:18 +0000 (00:10 +0200)
mcs/class/referencesource/mscorlib/system/notimplementedexception.cs

index 1f8587b9ee7e6f601569dba19794ffaf9873de1b..a67cac3aeee298e17453961727a6d3668752c980 100644 (file)
@@ -21,7 +21,7 @@ namespace System {
 
 [System.Runtime.InteropServices.ComVisible(true)]
     [Serializable]
-    public class NotImplementedException : SystemException
+    public partial class NotImplementedException : SystemException
     {
         public NotImplementedException() 
             : base(Environment.GetResourceString("Arg_NotImplementedException")) {