[corlib] Parse datetime string using culture calendar. Fixes #18052
[mono.git] / mcs / class / corlib / System / TypeInitializationException.cs
index 3c37f30cd858809e4f7fd2123d981a8679fc01be..a384b24432f1c32feabb035e50f5b8d1da1dabcb 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+       [ComVisible (true)]
        public sealed class TypeInitializationException : SystemException
        {
                string type_name;