OperationFailureException Class

Defines the exception thrown when an operation fails.

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

Remarks

The [FailureReason] property indicates the cause of operation failure.

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

OperationFailureException Members

Microsoft.Rtc.Signaling Namespace