XmlDictionaryReader.CreateTextReader Method (Byte[], XmlDictionaryReaderQuotas)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates an instance of XmlDictionaryReader.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public static XmlDictionaryReader CreateTextReader( byte[] buffer, XmlDictionaryReaderQuotas quotas )
Parameters
- buffer
- Type:
System.Byte
[]
The buffer from which to read.
- quotas
- Type: System.Xml.XmlDictionaryReaderQuotas
The quotas applied to the reader.
| Exception | Condition |
|---|---|
| ArgumentNullException | buffer is null. |
Show: