Edit

Share via


ReplicationFailureException Class

Definition

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

Constructors

ReplicationFailureException()
ReplicationFailureException(ReplicationFailureReason, String, Exception)
ReplicationFailureException(SerializationInfo, StreamingContext)
ReplicationFailureException(String)
ReplicationFailureException(String, Exception)

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

Methods

GetObjectData(SerializationInfo, StreamingContext)
ToString()

Creates and returns a string representation of the current exception.

(Inherited from RealTimeException)

Applies to