RealTimeInvalidOperationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception, InvalidOperationReason) |
Initializes a new instance of the class. |
RealTimeInvalidOperationException(String, Exception) |
Initializes a new instance of the class. |
RealTimeInvalidOperationException(String) |
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. |