LocationHintCollection.Add Method (string, string[])LocationHintCollection.Add Method (String, String())LocationHintCollection::Add Method (String^, array<String^>^)
- XmlPrime 1.3
- Other Versions ▼
Adds a location hint for the specified namespace URI to this LocationHintCollectionLocationHintCollectionLocationHintCollection.
Parameters
- namespaceURI
Type: System.StringSystem.StringSystem::String^
The namespace URI.
- locationHints
Type: System.String[]System.String()
array<System::String^>^The location hint to add.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
namespaceURI or locationHints is null
a null reference (Nothing in Visual Basic)
nullptr.
|
| ArgumentExceptionArgumentExceptionArgumentException |
One of the members of locationHints was null
a null reference (Nothing in Visual Basic)
nullptr.
|
