QuickOPC User's Guide and Reference
Assign(Exception) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointSubscribeArguments Class > Assign Method : Assign(Exception) Method
The exception to be assigned to these arguments.The exception to be assigned to these arguments.
Assigns OpcLabs.BaseLib.Transfer.ResultArguments.Exception to the arguments.Assigns OpcLabs.BaseLib.Transfer.ResultArguments.Exception to the arguments.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub Assign( _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As UAAttributePointSubscribeArguments
Dim exception As Exception
 
instance.Assign(exception)
public override void Assign( 
   Exception exception
)
public:
void Assign( 
   Exception^ exception
) override 

Parameters

exception
The exception to be assigned to these arguments.The exception to be assigned to these arguments.
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