OfferAnswerException Class
Indicates reason for offer/answer exception.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Rtc.Signaling.RealTimeException
Microsoft.Rtc.Collaboration.OfferAnswerException
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class OfferAnswerException _
Inherits RealTimeException
'Usage
Dim instance As OfferAnswerException
[SerializableAttribute]
public class OfferAnswerException : RealTimeException
Remarks
Can not generate the offer SDP.
Can not accept the answer received from the remote.
Collision in Offer/Answer a previous negotiation is pending.
Cannot send the answer for the received Offer.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.