OperationTimeoutException Class

Definition

Defines the exception to be thrown, when an operation times out. Generally this is caused when no response is received within a given time.

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

Constructors

OperationTimeoutException()

Initializes a new instance of the class.

OperationTimeoutException(SerializationInfo, StreamingContext)

Initializes a new instance of the class from serialized data.

OperationTimeoutException(String)

Initializes a new instance of the class.

OperationTimeoutException(String, Exception)

Initializes a new instance of the class.

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)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

ToString()

Creates and returns a string representation of the current exception.

(Inherited from RealTimeException)

Applies to