OPCHDA.NET Reference Manual
GetErrorString(Int32) Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class > GetErrorString Method : GetErrorString(Int32) Method

errorCode
HRESULTS error code

Glossary Item Box

Return the description for the specified error. If any error occurs a ThrowExceptionForHR is thrown.

Syntax

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

Parameters

errorCode
HRESULTS error code

Return Value

error description string

Requirements

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

See Also

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