ConferenceFailureException.DiagnosticInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response.
public:
property Microsoft::Rtc::Signaling::DiagnosticHeader ^ DiagnosticInformation { Microsoft::Rtc::Signaling::DiagnosticHeader ^ get(); };
public Microsoft.Rtc.Signaling.DiagnosticHeader DiagnosticInformation { get; }
member this.DiagnosticInformation : Microsoft.Rtc.Signaling.DiagnosticHeader
Public ReadOnly Property DiagnosticInformation As DiagnosticHeader
Property Value
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.