FabricMissingFullBackupException 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.
The exception that is thrown when an attempt is made to create an incremental backup of the key-value store before an initial full backup is created.
[System.Serializable]
public class FabricMissingFullBackupException : System.Fabric.FabricException
[<System.Serializable>]
type FabricMissingFullBackupException = class
inherit FabricException
Public Class FabricMissingFullBackupException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricMissingFullBackupException() |
Initializes a new instance of FabricMissingFullBackupException class with error code MissingFullBackup. |
FabricMissingFullBackupException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricMissingFullBackupException class from a serialized object data, with a specified context. |
FabricMissingFullBackupException(String) |
Initializes a new instance of FabricMissingFullBackupException class with error code MissingFullBackup and a specified error message. |
FabricMissingFullBackupException(String, Exception) |
Initializes a new instance of FabricMissingFullBackupException 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
Azure SDK for .NET