Share via


ReadState Enumeration

Specifies the state of the XML reader.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public enum ReadState

Members

  Member name Description
Closed The Close method has been called.
EndOfFile The end of the file has been reached successfully.
Error An error occurred that prevents the read operation from continuing.
Initial The Read method has not been called.
Interactive The Read method has been called. Additional methods may be called on the reader.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

System.Xml Namespace