FabricSkipRestoreOperationException Class

Definition

The exception that is thrown when user sets to skip Auto Restore and continue with replica data instead

[System.Serializable]
public class FabricSkipRestoreOperationException : System.Fabric.FabricException
[<System.Serializable>]
type FabricSkipRestoreOperationException = class
    inherit FabricException
Public Class FabricSkipRestoreOperationException
Inherits FabricException
Inheritance
FabricSkipRestoreOperationException
Attributes

Constructors

FabricSkipRestoreOperationException()

Initializes a new instance of the FabricPeriodicBackupNotEnabledException class.

FabricSkipRestoreOperationException(SerializationInfo, StreamingContext)

Initializes a new instance of the FabricBackupNotFoundException class with serialized data.

FabricSkipRestoreOperationException(String)

Initializes a new instance of the FabricBackupNotFoundException class with a specified error message.

FabricSkipRestoreOperationException(String, Exception)

Initializes a new instance of the FabricBackupNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to