OperationFailureException Members

Defines the exception thrown when an operation fails.

The OperationFailureException type exposes the following members.

Constructors

  Name Description
Public method OperationFailureException()()()() Initializes a new instance of the class.
Public method OperationFailureException(String) Initializes a new instance of the class.
Protected method OperationFailureException(SerializationInfo, StreamingContext) Initializes a new instance of the class from serialized data.
Public method OperationFailureException(String, Exception) Initializes a new instance of the class.
Public method OperationFailureException(String, Exception, OperationFailureReason) Initializes a new instance of the class.

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property DetectionStackTrace Gets a string representation of the call stack at the time of the current exception. (Inherited from RealTimeException.)
Public property FailureReason Gets the reason for the failure.
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Populates a [SerializationInfo] with the data needed to serialize the object. (Overrides RealTimeException..::..GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of the exception. (Overrides RealTimeException..::..ToString()()()().)

Top

See Also

Reference

OperationFailureException Class

Microsoft.Rtc.Signaling Namespace