EasyUA Reference
GetSystemMessage Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : GetSystemMessage Method

error

Glossary Item Box

Retrieves the system message text for the specified error.

Syntax

Visual Basic (Usage)Copy Code
Dim error As Integer
Dim value As String
 
value = Utils.GetSystemMessage(error)
C# 
public static string GetSystemMessage( 
   int error
)

Parameters

error

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.