FabricPeriodicBackupNotEnabledException 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 trying to get backup scheduling policy for a partition for which backup is not enabled
[System.Serializable]
public class FabricPeriodicBackupNotEnabledException : System.Fabric.FabricException
[<System.Serializable>]
type FabricPeriodicBackupNotEnabledException = class
inherit FabricException
Public Class FabricPeriodicBackupNotEnabledException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricPeriodicBackupNotEnabledException() |
Initializes a new instance of the FabricPeriodicBackupNotEnabledException class. |
FabricPeriodicBackupNotEnabledException(SerializationInfo, StreamingContext) |
Initializes a new instance of the FabricPeriodicBackupNotEnabledException class with serialized data. |
FabricPeriodicBackupNotEnabledException(String) |
Initializes a new instance of the FabricPeriodicBackupNotEnabledException class with a specified error message. |
FabricPeriodicBackupNotEnabledException(String, Exception) |
Initializes a new instance of the FabricPeriodicBackupNotEnabledException 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