OPC Studio 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
 
<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
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public Exception[] InputArgumentExceptionArray {get; set;}
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public:
property array<Exception^>^ InputArgumentExceptionArray {
   array<Exception^>^ get();
   void set (    array<Exception^>^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value can be null (Nothing in Visual Basic).

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