InvalidRecoveryException 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.
Represents the exception that is thrown when the recovery is not valid for the current object or state change event.
public ref class InvalidRecoveryException : Microsoft::EnterpriseManagement::Common::InvalidMonitoringRecoveryException
[System.Serializable]
public class InvalidRecoveryException : Microsoft.EnterpriseManagement.Common.InvalidMonitoringRecoveryException
type InvalidRecoveryException = class
inherit InvalidMonitoringRecoveryException
Public Class InvalidRecoveryException
Inherits InvalidMonitoringRecoveryException
- Inheritance
-
InvalidRecoveryException
- Attributes
Constructors
InvalidRecoveryException() |
Initializes a new instance of the InvalidRecoveryException class. |
InvalidRecoveryException(Exception) |
Initializes a new instance of the InvalidRecoveryException class using a reference to the inner exception that is the cause of this exception. |
InvalidRecoveryException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidRecoveryException class using serialized data. |
InvalidRecoveryException(String, Exception) |
Initializes a new instance of the InvalidRecoveryException class using the specified message and a reference to the inner exception that is the cause of this exception. |
InvalidRecoveryException(String) |
Initializes a new instance of the InvalidRecoveryException class using the specified error message. |