Class VssFlushWritesTimeoutException
Exception thrown to indicate The system was unable to flush I/O writes.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssFlushWritesTimeoutException : 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 SourceVssFlushWritesTimeoutException()
Initializes a new instance of the VssFlushWritesTimeoutException class with a system-supplied message describing the error.
Declaration
public VssFlushWritesTimeoutException()
VssFlushWritesTimeoutException(String)
Initializes a new instance of the VssFlushWritesTimeoutException class with a specified error message.
Declaration
public VssFlushWritesTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssFlushWritesTimeoutException(String, Exception)
Initializes a new instance of the VssFlushWritesTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssFlushWritesTimeoutException(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. |