OPC Studio User's Guide and Reference
SetInputArgumentExceptionArray Method (UACallServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACallServiceException Class : SetInputArgumentExceptionArray Method

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

Sets array of exceptions corresponding to the input arguments.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetInputArgumentExceptionArray( _
   ByVal inputArgumentExceptionArray As Object _
) 
'Usage
 
Dim instance As UACallServiceException
Dim inputArgumentExceptionArray As Object
 
instance.SetInputArgumentExceptionArray(inputArgumentExceptionArray)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetInputArgumentExceptionArray( 
   object inputArgumentExceptionArray
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetInputArgumentExceptionArray( 
   Object^ inputArgumentExceptionArray
) 

Parameters

inputArgumentExceptionArray

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

Remarks

Intended for certain COM callers. You can simply use the InputArgumentExceptionArray property setter in .NET instead.

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