QuickOPC 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
 
<DefaultValueAttribute(0)>
Public ReadOnly Property InternalCode As Long
'Usage
 
Dim instance As UAServiceException
Dim value As Long
 
value = instance.InternalCode
[DefaultValue(0)]
public long InternalCode {get;}
[DefaultValue(0)]
public:
property int64 InternalCode {
   int64 get();
}
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