CallOperationFailureException 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 capture error conditions associated with call failures.
public ref class CallOperationFailureException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class CallOperationFailureException : Microsoft.Rtc.Signaling.RealTimeException
type CallOperationFailureException = class
inherit RealTimeException
Public Class CallOperationFailureException
Inherits RealTimeException
- Inheritance
- Attributes
-
SerializableAttribute
Constructors
CallOperationFailureException() |
Initializes a new instance of the CallOperationFailureException class. |
CallOperationFailureException(SerializationInfo, StreamingContext) |
Initializes a new instance of the class with serialized data. |
CallOperationFailureException(String, Exception) |
Initializes a new instance of the CallOperationFailureException class with a specified error message and reference to the inner exception that is the cause of this exception. |
CallOperationFailureException(String) |
Initializes a new instance of the CallOperationFailureException 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) |
FailureReason |
Gets the reason for the failure. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the object. |
ToString() |
Returns the string representation of the diagnostic header. The string will also contain ResponseCode, ResponseText, and diagnostic header information if present. |