ConferenceFailureException.DiagnosticInformation Property
Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DiagnosticInformation As DiagnosticHeader
Get
'Usage
Dim instance As ConferenceFailureException
Dim value As DiagnosticHeader
value = instance.DiagnosticInformation
public DiagnosticHeader DiagnosticInformation { get; }
Property Value
Type: Microsoft.Rtc.Signaling.DiagnosticHeader
Remarks
If the failure message contains both ms-diagnostics header and ms-diagnostics-public headers then this will represent the ms-diagnostics header information. If there is no diagnostic information then this property will return null value.
See Also
Reference
ConferenceFailureException Class