OPC Studio User's Guide and Reference
InternalCode Property (UAServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceException Class : InternalCode Property
The internal numerical code of the service exception.
Syntax
'Declaration
 
Public ReadOnly Property InternalCode As Long
'Usage
 
Dim instance As UAServiceException
Dim value As Long
 
value = instance.InternalCode
public long InternalCode {get;}
public:
property int64 InternalCode {
   int64 get();
}

Property Value

The default value of this property is 0.

Remarks
The internal code is based on the StatusCode.
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