FailureResponseException.WarningInformation Property

Gets the list of warning headers representing the warning information received as warning header in the request.

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

Syntax

'Declaration
Public ReadOnly Property WarningInformation As Collection(Of WarningHeader)
    Get
'Usage
Dim instance As FailureResponseException
Dim value As Collection(Of WarningHeader)

value = instance.WarningInformation
public Collection<WarningHeader> WarningInformation { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<WarningHeader>

See Also

Reference

FailureResponseException Class

FailureResponseException Members

Microsoft.Rtc.Signaling Namespace