'Usage
Dim instance As _UABrowseParameters Dim other As Object instance.CombineWith(other)
Parameters
- other
- A OpcLabs.EasyOpc.UA.UABrowseParameters object. The browse parameters to be combined with the current browse parameters.
'Usage
Dim instance As _UABrowseParameters Dim other As Object instance.CombineWith(other)
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. |