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

result
The overall transaction result
diagnosticsMask
The bitmask describing the diagnostic data
serviceLevel
The service level
stringTable
A table of strings carrying more diagnostic data

Glossary Item Box

Initializes the object with an exception.

Syntax

Visual Basic (Usage)Copy Code
Dim result As ServiceResult
Dim diagnosticsMask As DiagnosticsMasks
Dim serviceLevel As Boolean
Dim stringTable As StringTable
 
Dim instance As New DiagnosticInfo(result, diagnosticsMask, serviceLevel, stringTable)

Parameters

result
The overall transaction result
diagnosticsMask
The bitmask describing the diagnostic data
serviceLevel
The service level
stringTable
A table of strings carrying more diagnostic data

Remarks

Initializes the object with an exception.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.