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



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

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAMethodResultException Class
UAMethodResultException Members