XmlDictionaryReader.CreateBinaryReader 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 that can read .NET Binary XML Format.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public static XmlDictionaryReader CreateBinaryReader( byte[] buffer, XmlDictionaryReaderQuotas quotas )
Parameters
- buffer
- Type:
System.Byte
[]
The buffer from which to read.
- quotas
- Type: System.Xml.XmlDictionaryReaderQuotas
The quotas that apply to this operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | buffer is null. |
Other XmlDictionaryReader properties are set to default values or null.
Show: