XmlDictionaryReader.CreateBinaryReader Method (Stream, 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)
'Declaration Public Shared Function CreateBinaryReader ( _ stream As Stream, _ quotas As XmlDictionaryReaderQuotas _ ) As XmlDictionaryReader
Parameters
- stream
- Type: System.IO.Stream
The stream from which to read.
- quotas
- Type: System.Xml.XmlDictionaryReaderQuotas
The quotas that apply to this operation.
| Exception | Condition |
|---|---|
| ArgumentNullException | stream is Nothing. |
Other XmlDictionaryReader properties are set to default values or Nothing.
Show: