remove warning
[mono.git] / mcs / class / corlib / System / DataMisalignedException.cs
index 5d77775686997dfd78951d4047651c487659ae88..2df0a6e8f9c881aa9c0da1b86e20901675232672 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 #if NET_2_0
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class DataMisalignedException : SystemException
        {
                const int Result = unchecked ((int)0x80131541);