Wed Sep 11 15:26:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / corlib / System / ExecutionEngineException.cs
index e791864e530889361f7a356d265496489d20400f..f005ecb70f04f0af13c5a9fe959e796af1608acf 100644 (file)
@@ -10,6 +10,7 @@
 using System.Globalization;
 namespace System {
 
+       [Serializable]
        public sealed class ExecutionEngineException : SystemException {
                // Constructors
                public ExecutionEngineException ()