Opc.Ua.Core
DiagnosticInfo Constructor(Exception,DiagnosticsMasks,Boolean,StringTable)



Opc.Ua Namespace > DiagnosticInfo Class > DiagnosticInfo Constructor : DiagnosticInfo Constructor(Exception,DiagnosticsMasks,Boolean,StringTable)
The exception to associated with the diagnostic data
A bitmask describing the type of diagnostic data
The service level
A table of strings that may contain additional diagnostic data
Initializes the object with an exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal exception As Exception, _
   ByVal diagnosticsMask As DiagnosticsMasks, _
   ByVal serviceLevel As Boolean, _
   ByVal stringTable As StringTable _
)
'Usage
 
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
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