FabricBackupInProgressException 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 initiate a backup while a previously initiated backup is still in progress.
[System.Serializable]
public class FabricBackupInProgressException : System.Fabric.FabricException
[<System.Serializable>]
type FabricBackupInProgressException = class
inherit FabricException
Public Class FabricBackupInProgressException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricBackupInProgressException() |
Initializes a new instance of FabricBackupInProgressException class with error code BackupInProgress. |
FabricBackupInProgressException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricBackupInProgressException class from a serialized object data, with a specified context. |
FabricBackupInProgressException(String) |
Initializes a new instance of the FabricBackupInProgressException class with error code BackupInProgress and a specified error message. |
FabricBackupInProgressException(String, Exception) |
Initializes a new instance of the FabricBackupInProgressException 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