FabricRestoreSafeCheckFailedException Class

Definition

The exception that is thrown when Backup is too old to be used for restore

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

Constructors

FabricRestoreSafeCheckFailedException()

Initializes a new instance of the FabricRestoreSafeCheckFailedException class.

FabricRestoreSafeCheckFailedException(SerializationInfo, StreamingContext)

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

FabricRestoreSafeCheckFailedException(String)

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

FabricRestoreSafeCheckFailedException(String, Exception)

Initializes a new instance of the FabricRestoreSafeCheckFailedException 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