Connectivity Software User's Guide and Reference
UACallServiceException Constructor(UAServiceResult)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA Namespace > UACallServiceException Class > UACallServiceException Constructor : UACallServiceException Constructor(UAServiceResult)
The service result that describes the error that occurred in the Call operation. Must not be null.

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

Initializes a new instance of the class with the specified service result.
Syntax
'Declaration
 
Public Function New( _
   ByVal serviceResult As UAServiceResult _
)
'Usage
 
Dim serviceResult As UAServiceResult
 
Dim instance As New UACallServiceException(serviceResult)
public UACallServiceException( 
   UAServiceResult serviceResult
)
public:
UACallServiceException( 
   UAServiceResult^ serviceResult
)

Parameters

serviceResult
The service result that describes the error that occurred in the Call operation. Must not be null.

The value of this parameter cannot 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