Parameters
- expandedText
- Expanded text of the qualified name.
- defaultNamespaceUriString
- The default namespace to be used if no namespace is specified in the input string.
Return Value
Returns the qualified name object parsed from the input value.
Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException | The string format of the OPC-UA qualified name is incorrect. |