AnyUri Constructor (AnyUri, AnyUri)AnyUri Constructor (AnyUri, AnyUri)AnyUri Constructor (AnyUri^, AnyUri^)
Initializes a new instance of the AnyUriAnyUriAnyUri class based on the combination of a specified
AnyUriAnyUriAnyUri instance and a relative AnyUriAnyUriAnyUri instance.
Parameters
- baseUri
Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^
The base URI.
- relative
Type: XmlPrime.AnyUriXmlPrime.AnyUriXmlPrime::AnyUri^
The relative URI.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | baseUri or relative is null
a null reference (Nothing in Visual Basic)
nullptr. |
