FailureResponseException 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.
Defines the exception to be thrown, when a failure response is received.
public ref class FailureResponseException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class FailureResponseException : Microsoft.Rtc.Signaling.RealTimeException
type FailureResponseException = class
inherit RealTimeException
Public Class FailureResponseException
Inherits RealTimeException
- Inheritance
- Derived
- Attributes
-
SerializableAttribute
Constructors
FailureResponseException() |
Initializes a new instance of the FailureResponseException class. |
FailureResponseException(SerializationInfo, StreamingContext) |
Initializes a new instance of the class with serialized data. |
FailureResponseException(String, Exception) |
Initializes a new instance of the FailureResponseException class with a specified error message and reference to the inner exception that is the cause of this exception. |
FailureResponseException(String) |
Initializes a new instance of the FailureResponseException class with a specified error message. |
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) |
DiagnosticInformation |
Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response. If message contains both headers then this will represent the ms-diagnostics header information. |
ResponseData |
Gets the response data. It can be null if the exception is thrown in the case where no response data was received. |
WarningInformation |
Gets the list of warning headers representing the warning information received as warning header in the request. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the object. |
ToString() |
Returns the string representation of the diagnostic header. |