OfferAnswerException.DiagnosticsInformation Property
Gets the diagnostics information associated with this exception.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DiagnosticsInformation As DiagnosticsInformation
Get
'Usage
Dim instance As OfferAnswerException
Dim value As DiagnosticsInformation
value = instance.DiagnosticsInformation
public DiagnosticsInformation DiagnosticsInformation { get; }
Property Value
Type: Microsoft.Rtc.Signaling.DiagnosticsInformation