Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / RTFException.cs
index 07d35f2dd4fc912a250337a44118fbcfee880b71..f050b40d68c7cfd7952de57a7fb2e62a5ac36895 100644 (file)
@@ -30,7 +30,13 @@ using System;
 using System.Text;
 
 namespace System.Windows.Forms.RTF {
-       internal class RTFException : ApplicationException {
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class RTFException : ApplicationException {
                #region Local Variables
                private int             pos;
                private int             line;