OfferAnswerException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, IEnumerable<SignalingHeader>, DiagnosticsInformation) |
Creates a new instance of the OfferAnswerException class. |
OfferAnswerException(OfferAnswerFailureReason, String, Exception) |
Creates a new instance of the OfferAnswerException class. |
OfferAnswerException(SerializationInfo, StreamingContext) |
Creates a new instance of the OfferAnswerException class with serialized data. |
OfferAnswerException(String, Exception) |
Creates a new instance of the OfferAnswerException class. |
OfferAnswerException(String) |
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) |