Indicates reason for offer/answer exception.

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

Syntax

Visual Basic (Declaration)
<
SerializableAttribute> _
Public 
Class 
OfferAnswerException _
	
Inherits 

RealTimeException
C#
[
SerializableAttribute]
public 
class 
OfferAnswerException : 

RealTimeException
Visual C++
[
SerializableAttribute]
public 
ref class 
OfferAnswerException : 
public 

RealTimeException
JavaScript

Microsoft.Rtc.Collaboration.OfferAnswerException = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.OfferAnswerException',
	

Microsoft.Rtc.Signaling.RealTimeException);

Remarks

Used by MediaProvider APIs to indicate one of the following:

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.

Inheritance Hierarchy

Object
   Exception
     Microsoft.Rtc.Signaling . . :: . RealTimeException
       Microsoft.Rtc.Collaboration . . :: . OfferAnswerException

See Also