FabricBackupNotFoundException Class

Definition

The exception that is thrown trying to get backup scheduling policy for a partition for which backup is not enabled

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

Constructors

FabricBackupNotFoundException()

Initializes a new instance of the FabricPeriodicBackupNotEnabledException class.

FabricBackupNotFoundException(SerializationInfo, StreamingContext)

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

FabricBackupNotFoundException(String)

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

FabricBackupNotFoundException(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