2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.XML / System.Xml / WriteState.cs
index fbaa05025c54aeeefdad126629df181e53cf07f2..4b8e59cdcf966ebdae090371049adcd3d114d3f5 100755 (executable)
@@ -66,9 +66,13 @@ namespace System.Xml
                /// </summary>
                Closed = 5,
 
+#if NET_2_0
 
-
-
+               /// <summary>
+               /// After an error has happened.
+               /// </summary>
+               Error = 6,
+#endif
 
        } 
 }