Opc.Ua.Core
DiagnosticInfo Constructor(DiagnosticInfo)



Opc.Ua Namespace > DiagnosticInfo Class > DiagnosticInfo Constructor : DiagnosticInfo Constructor(DiagnosticInfo)
The value to copy
Creates a deep copy of the value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As DiagnosticInfo _
)
'Usage
 
Dim value As DiagnosticInfo
 
Dim instance As New DiagnosticInfo(value)
public DiagnosticInfo( 
   DiagnosticInfo value
)
public:
DiagnosticInfo( 
   DiagnosticInfo^ value
)

Parameters

value
The value to copy
Exceptions
ExceptionDescription
Thrown when the value is null
Remarks
Creates a new instance of the object while copying the value passed in. If InnerDiagnosticInfo exceeds the recursion limit, it is not copied.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DiagnosticInfo Class
DiagnosticInfo Members
Overload List