| 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) | |
| C# | |
|---|---|
| public DiagnosticInfo( ServiceResult result, DiagnosticsMasks diagnosticsMask, bool serviceLevel, StringTable 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
            Initializes the object with an exception.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    