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



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

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

See Also

Reference

_UAMethodResultException Interface
_UAMethodResultException Members