OperationFailureException Class
Defines the exception to be thrown, when an operation fails. The FailureReason property indicates the cause of operation failure.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Rtc.Signaling.RealTimeException
Microsoft.Rtc.Signaling.OperationFailureException
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class OperationFailureException _
Inherits RealTimeException
'Usage
Dim instance As OperationFailureException
[SerializableAttribute]
public class OperationFailureException : 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.