Parameters
- enumerable
- Sequence of browse path elements, starting from the root.
Return Value
null
when the input is null
. Otherwise, returns the OPC-UA browse path object made from the sequence of browse path elements.null
when the input is null
. Otherwise, returns the OPC-UA browse path object made from the sequence of browse path elements.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. |