Share via


InvalidRecoveryException Class

Definition

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
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.

Applies to