FabricDeleteBackupFileFailedException 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 deletion of a file or a directory fails during backup.
[System.Serializable]
public class FabricDeleteBackupFileFailedException : System.Fabric.FabricException
[<System.Serializable>]
type FabricDeleteBackupFileFailedException = class
inherit FabricException
Public Class FabricDeleteBackupFileFailedException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricDeleteBackupFileFailedException() |
Initializes a new instance of FabricDeleteBackupFileFailedException class with error code DeleteBackupFileFailed. |
FabricDeleteBackupFileFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricDeleteBackupFileFailedException class from a serialized object data, with a specified context. |
FabricDeleteBackupFileFailedException(String, Exception) |
Initializes a new instance of FabricDeleteBackupFileFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricDeleteBackupFileFailedException(String) |
Initializes a new instance of FabricDeleteBackupFileFailedException class with error code DeleteBackupFileFailed and a specified error message. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET