2002-06-27 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / corlib / System / OverflowException.cs
index 4fc747d24e0e0539e0338856c3d538458c9e1278..61e63e1e3a1ad2179147a46a7d9bcd55c8a2c850 100644 (file)
@@ -13,6 +13,7 @@ using System.Runtime.Serialization;
 
 namespace System {
 
+       [Serializable]
        public class OverflowException : ArithmeticException {
                // Constructors
                public OverflowException ()