RealTimeInvalidOperationException Members
Include Protected Members
Include Inherited Members
Thrown when the operation is currently invalid, but the application may be able to take further action based on reason.
The RealTimeInvalidOperationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RealTimeInvalidOperationException() | Initializes a new instance of the class. | |
RealTimeInvalidOperationException(String) | Initializes a new instance of the class. | |
RealTimeInvalidOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the class from serialized data. | |
RealTimeInvalidOperationException(String, Exception) | Initializes a new instance of the class. | |
RealTimeInvalidOperationException(String, Exception, InvalidOperationReason) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
FailureReason | Gets the detailed reason for failure, if available. | |
HelpLink | (inherited from Exception) | |
HResult | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | (inherited from Exception) | |
Source | (inherited from Exception) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns a System.String that represents this object. (Overrides Exception.ToString().) |
Top