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.
DelegatingXmlDictionaryReader::InitializeInnerReader Method (XmlDictionaryReader^)
.NET Framework (current version)
Initializes this instance with the specified inner reader.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- innerReader
-
Type:
System.Xml::XmlDictionaryReader^
The reader that is to be wrapped by this instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | innerReader is null. |
Sets the InnerReader property to the reader specified by the innerReader parameter.
.NET Framework
Available since 4.5
Available since 4.5
Show: