'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)
public DiagnosticInfo( Exception exception, DiagnosticsMasks diagnosticsMask, bool serviceLevel, StringTable stringTable )
public: DiagnosticInfo( Exception^ exception, DiagnosticsMasks diagnosticsMask, bool serviceLevel, StringTable^ 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