Share via


OfferAnswerException Members

Include Protected Members
Include Inherited Members

Indicates reason for offer/answer exception.

The OfferAnswerException type exposes the following members.

Constructors

  Name Description
Public method OfferAnswerException() Creates a new instance of the OfferAnswerException class.
Public method OfferAnswerException(String) Creates a new instance of the OfferAnswerException class.
Protected method OfferAnswerException(SerializationInfo, StreamingContext) Creates a new instance of the OfferAnswerException class with serialized data.
Public method OfferAnswerException(String, Exception) Creates a new instance of the OfferAnswerException class.
Public method OfferAnswerException(OfferAnswerFailureReason, String, Exception) Creates a new instance of the OfferAnswerException class.
Public method OfferAnswerException(OfferAnswerFailureReason, String, Exception, IEnumerable<SignalingHeader>, DiagnosticsInformation) Creates a new instance of the OfferAnswerException class.

Top

Properties

  Name Description
Public property Data (inherited from Exception)
Public property 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)
Public property DiagnosticsInformation Gets the diagnostics information associated with this exception.
Public property FailureReason Gets the failure reason.
Public property HelpLink (inherited from Exception)
Protected property HResult (inherited from Exception)
Public property InnerException (inherited from Exception)
Public property Message (inherited from Exception)
Public property SignalingHeaders Gets the collection of signaling headers associated with this exception.
Public property Source (inherited from Exception)
Public property StackTrace (inherited from Exception)
Public property TargetSite (inherited from Exception)

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetBaseException (inherited from Exception)
Public method GetHashCode (inherited from Object)
Public method GetObjectData Populates a SerializationInfo with the data needed to serialize the object. (Overrides RealTimeException.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (inherited from Exception)
Protected method MemberwiseClone (inherited from Object)
Public method ToString Creates and returns a string representation of the current exception. (inherited from RealTimeException)

Top

See Also

Reference

OfferAnswerException Class

Microsoft.Rtc.Collaboration Namespace