XdmReader.Create Method (string)XdmReader.Create Method (String)XdmReader::Create Method (String^)
- XmlPrime 2.9
- Other Versions ▼
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- inputUri
Type: System.StringSystem.StringSystem::String^
The URI for the file containing the XML data. The XmlUrlResolverXmlUrlResolverXmlUrlResolver class is used to convert the path to a canonical data representation.
Return Value
Type: XmlPrime.Serialization.XdmReaderXmlPrime.Serialization.XdmReaderXmlPrime.Serialization::XdmReader^
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | The inputUri value is null
a null reference (Nothing in Visual Basic)
nullptr . |
FileNotFoundExceptionFileNotFoundExceptionFileNotFoundException | The file specified by the URI cannot be found.. |
UriFormatExceptionUriFormatExceptionUriFormatException | The URI format is not correct. |