2002-06-08 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / corlib / System / UnauthorizedAccessException.cs
index 9ac213779d4ec77d80049959b2de04f50796c183..6059045f76bfb1b3e7b33577290bfd77511471fd 100755 (executable)
@@ -13,6 +13,7 @@ using System.Runtime.Serialization;
 
 namespace System {
 
+       [Serializable]
        public class UnauthorizedAccessException : SystemException {
                // Constructors
                public UnauthorizedAccessException ()