QuickOPC User's Guide and Reference
SetInputArgumentExceptionArray Method (UACallServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACallServiceException Class : SetInputArgumentExceptionArray Method
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
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