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