OPCDA.NET Reference Manual
GetErrorDescription Method
See Also  Send Feedback
OpcNetBase.Net4 Assembly > OPC Namespace > ErrorDescriptions Class : GetErrorDescription Method

hr
OPC or Windows error code.

Glossary Item Box

Get the description of the given error code.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetErrorDescription( _
   ByVal hr As Integer _
) As String
C# 
public static string GetErrorDescription( 
   int hr
)

Parameters

hr
OPC or Windows error code.

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.