added missing [Serializable] attribute
[mono.git] / mcs / class / corlib / System / ArgumentOutOfRangeException.cs
index 5e3462cf64a353c43ed1a05e83ef94abc6146c50..361f816f9bbc0a13db8e51093a53db6343bed2b0 100644 (file)
@@ -13,6 +13,7 @@ using System.Runtime.Serialization;
 
 namespace System {
 
+       [Serializable]
        public class ArgumentOutOfRangeException : ArgumentException {
                private object actual_value;