Class VssMaximumNumberOfSnapshotsReachedException
Exception thrown to indicate that the maximum number of volumes has been added to the shadow copy set. The specified volume was not added to the shadow copy set.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public sealed class VssMaximumNumberOfSnapshotsReachedException : VssException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssMaximumNumberOfSnapshotsReachedException()
Initializes a new instance of the VssMaximumNumberOfSnapshotsReachedException class with a system-supplied message describing the error.
Declaration
public VssMaximumNumberOfSnapshotsReachedException()
VssMaximumNumberOfSnapshotsReachedException(String)
Initializes a new instance of the VssMaximumNumberOfSnapshotsReachedException class with a specified error message.
Declaration
public VssMaximumNumberOfSnapshotsReachedException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssMaximumNumberOfSnapshotsReachedException(String, Exception)
Initializes a new instance of the VssMaximumNumberOfSnapshotsReachedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public VssMaximumNumberOfSnapshotsReachedException(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. |