Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Thrown when the operation is currently invalid, but the application may be able to take further action based on reason.
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
Microsoft.Rtc.Signaling.RealTimeInvalidOperationException
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RealTimeInvalidOperationException _
Inherits InvalidOperationException
'Usage
Dim instance As RealTimeInvalidOperationException
[SerializableAttribute]
public class RealTimeInvalidOperationException : InvalidOperationException
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.