EasyUA Reference
DiagnosticInfo Constructor(DiagnosticInfo)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > DiagnosticInfo Class > DiagnosticInfo Constructor : DiagnosticInfo Constructor(DiagnosticInfo)

value
The value to copy

Glossary Item Box

Creates a deep copy of the value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As DiagnosticInfo
 
Dim instance As New DiagnosticInfo(value)
C# 
public DiagnosticInfo( 
   DiagnosticInfo value
)

Parameters

value
The value to copy

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when the value is null

Remarks

Creates a new instance of the object while copying the value passed in.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.