OPCDA.NET Reference Manual
GetErrorString Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > SyncIOGroup Class : GetErrorString Method

err
IN: OPC error code

Glossary Item Box

Get the error text from the OPC server. ( IOPCServer::GetErrorString )
This method is added for user convenience.

Syntax

Visual Basic (Declaration) 
Public Function GetErrorString( _
   ByVal err As Integer _
) As String
C# 
public string GetErrorString( 
   int err
)

Parameters

err
IN: OPC error code

Return Value

Error description in the current LocaleID

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.