OperationTimeoutException Class
Defines the exception to be thrown, when an operation times out. Generally this is caused when no response is received within a given time.
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
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.