OperationTimeoutException Class

Defines the exception thrown when an operation times out.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Microsoft.Rtc.Signaling..::..RealTimeException
      Microsoft.Rtc.Signaling..::..OperationTimeoutException

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class OperationTimeoutException _
    Inherits RealTimeException
'Usage
Dim instance As OperationTimeoutException
[SerializableAttribute]
public class OperationTimeoutException : RealTimeException

Remarks

Generally [OperationTimeoutException] occurs when no response is received within a given time.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OperationTimeoutException Members

Microsoft.Rtc.Signaling Namespace