Edit

Share via


MediaOperationFailureException Class

Definition

public ref class MediaOperationFailureException : Microsoft::Rtc::Signaling::OperationFailureException
[Serializable]
public class MediaOperationFailureException : Microsoft.Rtc.Signaling.OperationFailureException
type MediaOperationFailureException = class
    inherit OperationFailureException
Public Class MediaOperationFailureException
Inherits OperationFailureException
Inheritance
MediaOperationFailureException
Attributes
SerializableAttribute

Constructors

MediaOperationFailureException()
MediaOperationFailureException(SerializationInfo, StreamingContext)
MediaOperationFailureException(String)
MediaOperationFailureException(String, Exception)
MediaOperationFailureException(String, Exception, String, MediaOperationFailureCategory, Int32)
MediaOperationFailureException(String, Exception, String, MediaOperationFailureCategory, Int32, DiagnosticsInformation)

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)
DiagnosticsInformation
FailureCategory
FailureReason

Gets the reason for the failure.

(Inherited from OperationFailureException)
FailureReasonCode
MediaType

Methods

GetObjectData(SerializationInfo, StreamingContext)
ToString()

Applies to