QuickOPC User's Guide and Reference
ArgumentIndex Property (UAMethodOutputException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAMethodOutputException Class : ArgumentIndex Property
Gets the index of the argument that causes this exception.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public ReadOnly Property ArgumentIndex As Integer
'Usage
 
Dim instance As UAMethodOutputException
Dim value As Integer
 
value = instance.ArgumentIndex
[DefaultValue(0)]
public int ArgumentIndex {get;}
[DefaultValue(0)]
public:
property int ArgumentIndex {
   int get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also