The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlDictionaryWriter::WriteValue Method (IStreamProvider^)
.NET Framework (current version)
Writes a value from an IStreamProvider.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- value
-
Type:
System.Xml::IStreamProvider^
The IStreamProvider value to write.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
| XmlException | value returns a null stream object. |
| InvalidOperationException | An XmlDictionaryWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.” |
The contents of the stream provided by the IStreamProvider are written as Base64 data, unless this method is overridden in a derived class.
For the asynchronous version of this method, see WriteValueAsync.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Available since 3.0
Silverlight
Available since 4.0
Show: