OPCAE.NET Reference Manual
GetErrorString Method
See Also  Send Feedback
OPCAE.NET Namespace > OpcEventServer Class : GetErrorString Method

errorCode
IN: HRESULTS error code

Glossary Item Box

Return the description for the specified error from the server. The this fails the error description is taken from the wrapper internal table.

Syntax

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

Parameters

errorCode
IN: HRESULTS error code

Return Value

error description string

Requirements

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

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.