QuickOPC User's Guide and Reference
InputArgumentExceptionArray Property (_UACallServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UACallServiceException Interface : InputArgumentExceptionArray Property
Array of exceptions corresponding to the input arguments.
Syntax
'Declaration
 
<ElementsCanBeNullAttribute()>
<NotNullAttribute()>
Property InputArgumentExceptionArray As Object()
'Usage
 
Dim instance As _UACallServiceException
Dim value() As Object
 
instance.InputArgumentExceptionArray = value
 
value = instance.InputArgumentExceptionArray
[ElementsCanBeNull()]
[NotNull()]
object[] InputArgumentExceptionArray {get; set;}
[ElementsCanBeNull()]
[NotNull()]
property array<Object^>^ InputArgumentExceptionArray {
   array<Object^>^ get();
   void set (    array<Object^>^ value);
}
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