DiagnosticHeader.SubErrorWarning Property
Gets the sub-error warning code as a string. For example, if the warning code is NNNN.XXXX.YYYY, then the value XXXX.YYYY is returned.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property SubErrorWarning As String
Get
'Usage
Dim instance As DiagnosticHeader
Dim value As String
value = instance.SubErrorWarning
public string SubErrorWarning { get; }
Property Value
Type: System.String