OfferAnswerException Constructor
Include Protected Members
Include Inherited Members
Overload List
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