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

exception
The exception to associated with the diagnostic data
diagnosticsMask
A bitmask describing the type of diagnostic data
serviceLevel
The service level
stringTable
A table of strings that may contain additional diagnostic data

Glossary Item Box

Initializes the object with an exception.

Syntax

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

Parameters

exception
The exception to associated with the diagnostic data
diagnosticsMask
A bitmask describing the type of diagnostic data
serviceLevel
The service level
stringTable
A table of strings that may contain additional 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.