Mono Class Library: System.Xml.XmlTextWriter Overview | MembersSystem.Xml.XmlTextWriter.WriteRaw Method |
Writes raw text from a character array. [Edit]
|
Type Reason ArgumentNullException buffer is null. [Edit] ArgumentOutOfRangeException index or count is less than zero.
- or -
The buffer length minus index is less than count.
[Edit]InvalidOperationException The XmlTextWriter.WriteState is WriteState.Closed. [Edit]
This method does not encode any characters.
Note:[Edit]This method overrides XmlWriter.WriteRaw(Char[], int, int).
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0