RealTimeInvalidOperationException Class

Definition

Thrown when the operation is currently invalid, but the application may be able to take further action based on reason.

public ref class RealTimeInvalidOperationException : InvalidOperationException
[Serializable]
public class RealTimeInvalidOperationException : InvalidOperationException
type RealTimeInvalidOperationException = class
    inherit InvalidOperationException
Public Class RealTimeInvalidOperationException
Inherits InvalidOperationException
Inheritance
RealTimeInvalidOperationException
Attributes
SerializableAttribute

Constructors

RealTimeInvalidOperationException()

Initializes a new instance of the class.

RealTimeInvalidOperationException(SerializationInfo, StreamingContext)

Initializes a new instance of the class from serialized data.

RealTimeInvalidOperationException(String)

Initializes a new instance of the class.

RealTimeInvalidOperationException(String, Exception)

Initializes a new instance of the class.

RealTimeInvalidOperationException(String, Exception, InvalidOperationReason)

Initializes a new instance of the class.

Properties

FailureReason

Gets the detailed reason for failure, if available.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

ToString()

Returns a System.String that represents this object.

Applies to