Edit

Share via


OfferAnswerException Class

Definition

Indicates reason for offer/answer exception.

public ref class OfferAnswerException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class OfferAnswerException : Microsoft.Rtc.Signaling.RealTimeException
type OfferAnswerException = class
    inherit RealTimeException
Public Class OfferAnswerException
Inherits RealTimeException
Inheritance
OfferAnswerException
Attributes
SerializableAttribute

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.

Constructors

OfferAnswerException()

Creates a new instance of the OfferAnswerException class.

OfferAnswerException(OfferAnswerFailureReason, String, Exception)

Creates a new instance of the OfferAnswerException class.

OfferAnswerException(OfferAnswerFailureReason, String, Exception, IEnumerable<SignalingHeader>, DiagnosticsInformation)

Creates a new instance of the OfferAnswerException class.

OfferAnswerException(SerializationInfo, StreamingContext)

Creates a new instance of the OfferAnswerException class with serialized data.

OfferAnswerException(String)

Creates a new instance of the OfferAnswerException class.

OfferAnswerException(String, Exception)

Creates a new instance of the OfferAnswerException class.

Properties

DetectionStackTrace

Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.

(Inherited from RealTimeException)
DiagnosticsInformation

Gets the diagnostics information associated with this exception.

FailureReason

Gets the failure reason.

SignalingHeaders

Gets the collection of signaling headers associated with this exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

ToString()

Creates and returns a string representation of the current exception.

(Inherited from RealTimeException)

Applies to