QuickOPC User's Guide and Reference
ErrorCode Property (_UAClientEngineException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientEngineException Interface : ErrorCode Property
Gets the error code that is associated with this exception.
Syntax
'Declaration
 
ReadOnly Property ErrorCode As Integer
'Usage
 
Dim instance As _UAClientEngineException
Dim value As Integer
 
value = instance.ErrorCode
int ErrorCode {get;}
property int ErrorCode {
   int get();
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_UAClientEngineException Interface
_UAClientEngineException Members