Class VssRevertInProgressException
Exception thrown to indicate that the volume already has a revert in progress.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssRevertInProgressException : VssException, ISerializable, _Exception
Remarks
note
Windows XP and Windows 2003: This error is not supported until Windows Vista.
Constructors
| Improve this Doc View SourceVssRevertInProgressException()
Initializes a new instance of the VssRevertInProgressException class with a system-supplied message describing the error.
Declaration
public VssRevertInProgressException()
VssRevertInProgressException(String)
Initializes a new instance of the VssRevertInProgressException class with a specified error message.
Declaration
public VssRevertInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssRevertInProgressException(String, Exception)
Initializes a new instance of the VssRevertInProgressException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssRevertInProgressException(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. |