FabricBackupDirectoryNotEmptyException 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 a user-provided backup directory is not empty.
[System.Serializable]
public class FabricBackupDirectoryNotEmptyException : System.Fabric.FabricException
[<System.Serializable>]
type FabricBackupDirectoryNotEmptyException = class
inherit FabricException
Public Class FabricBackupDirectoryNotEmptyException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricBackupDirectoryNotEmptyException() |
Initializes a new instance of FabricBackupDirectoryNotEmptyException class with error code BackupDirectoryNotEmpty. |
FabricBackupDirectoryNotEmptyException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricBackupDirectoryNotEmptyException class from a serialized object data, with a specified context. |
FabricBackupDirectoryNotEmptyException(String) |
Initializes a new instance of FabricBackupDirectoryNotEmptyException class with error code BackupDirectoryNotEmpty and a specified error message. |
FabricBackupDirectoryNotEmptyException(String, Exception) |
Initializes a new instance of FabricBackupDirectoryNotEmptyException 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