OfferAnswerException Members
Include Protected Members
Include Inherited Members
Indicates reason for offer/answer exception.
The OfferAnswerException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OfferAnswerException() | Creates a new instance of the OfferAnswerException class. | |
OfferAnswerException(String) | 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(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. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
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. | |
HelpLink | (inherited from Exception) | |
HResult | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | (inherited from Exception) | |
SignalingHeaders | Gets the collection of signaling headers associated with this exception. | |
Source | (inherited from Exception) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. (Overrides RealTimeException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | Creates and returns a string representation of the current exception. (inherited from RealTimeException) |
Top