Class VssInsufficientStorageException
Exception thrown to indicate that the system or provider has insufficient storage space.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssInsufficientStorageException : VssException, ISerializable, _Exception
Remarks
If possible delete any old or unnecessary persistent shadow copies and try again.
Constructors
| Improve this Doc View SourceVssInsufficientStorageException()
Initializes a new instance of the VssInsufficientStorageException class with a system-supplied message describing the error.
Declaration
public VssInsufficientStorageException()
VssInsufficientStorageException(String)
Initializes a new instance of the VssInsufficientStorageException class with a specified error message.
Declaration
public VssInsufficientStorageException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssInsufficientStorageException(String, Exception)
Initializes a new instance of the VssInsufficientStorageException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssInsufficientStorageException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
Exception | innerException | The exception that is the cause of the current exception. |