EasyUA Reference
ServerError Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServerBase Class : ServerError Property

Glossary Item Box

An error condition that describes why the server if not running (null if no error exists).

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerBase
Dim value As ServiceResult
 
instance.ServerError = value
 
value = instance.ServerError
C# 
public ServiceResult ServerError {get; set;}

Property Value

The object that combines the status code and diagnostic info structures.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.