ConferenceFailureException.Diagnostics Property

NOTE: This API is now obsolete.

Gets the diagnostics information.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property will be removed in future versions. Use DiagnosticHeader instead.")> _
Public ReadOnly Property Diagnostics As IDictionary(Of String, String)
    Get
'Usage
Dim instance As ConferenceFailureException
Dim value As IDictionary(Of String, String)

value = instance.Diagnostics
[ObsoleteAttribute("This property will be removed in future versions. Use DiagnosticHeader instead.")]
public IDictionary<string, string> Diagnostics { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

Reference

ConferenceFailureException Class

ConferenceFailureException Members

Microsoft.Rtc.Collaboration Namespace