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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACallServiceException Class : InputArgumentExceptionArray Property
Array of exceptions corresponding to the input arguments.
Syntax
'Declaration
 
<ElementsCanBeNullAttribute()>
<NotNullAttribute()>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
Public Property InputArgumentExceptionArray As Exception()
'Usage
 
Dim instance As UACallServiceException
Dim value() As Exception
 
instance.InputArgumentExceptionArray = value
 
value = instance.InputArgumentExceptionArray
[ElementsCanBeNull()]
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public Exception[] InputArgumentExceptionArray {get; set;}
[ElementsCanBeNull()]
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public:
property array<Exception^>^ InputArgumentExceptionArray {
   array<Exception^>^ get();
   void set (    array<Exception^>^ 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