Class VssHoldWritesTimeoutException
Exception thrown to indicate that the system was unable to hold I/O writes.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssHoldWritesTimeoutException : VssException, ISerializable, _Exception
Remarks
This can be a transient problem. It is recommended to wait ten minutes and try again, up to three times.
Constructors
| Improve this Doc View SourceVssHoldWritesTimeoutException()
Initializes a new instance of the VssHoldWritesTimeoutException class with a system-supplied message describing the error.
Declaration
public VssHoldWritesTimeoutException()
VssHoldWritesTimeoutException(String)
Initializes a new instance of the VssHoldWritesTimeoutException class with a specified error message.
Declaration
public VssHoldWritesTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssHoldWritesTimeoutException(String, Exception)
Initializes a new instance of the VssHoldWritesTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssHoldWritesTimeoutException(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. |