Class VssSnapshotSetInProgressException
Exception indicating that the creation of a shadow copy is in progress, and only one shadow copy creation operation can be in progress at one time. Either wait to try again or return with a failure.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssSnapshotSetInProgressException : VssException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssSnapshotSetInProgressException()
Initializes a new instance of the VssSnapshotSetInProgressException class with a system-supplied message describing the error.
Declaration
public VssSnapshotSetInProgressException()
VssSnapshotSetInProgressException(String)
Initializes a new instance of the VssSnapshotSetInProgressException class with a specified error message.
Declaration
public VssSnapshotSetInProgressException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssSnapshotSetInProgressException(String, Exception)
Initializes a new instance of the VssSnapshotSetInProgressException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssSnapshotSetInProgressException(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. |