Class VssCannotRevertDiskIdException
Exception indicating that the resynchronization destination contained a volume that was not explicitly included.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssCannotRevertDiskIdException : VssException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssCannotRevertDiskIdException()
Initializes a new instance of the VssCannotRevertDiskIdException class.
Declaration
public VssCannotRevertDiskIdException()
VssCannotRevertDiskIdException(SerializationInfo, StreamingContext)
Initializes a new instance of the VssCannotRevertDiskIdException class.
Declaration
protected VssCannotRevertDiskIdException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The |
SerializationException | The class name is null or HResult is zero (0). |
VssCannotRevertDiskIdException(String)
Initializes a new instance of the VssCannotRevertDiskIdException class.
Declaration
public VssCannotRevertDiskIdException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssCannotRevertDiskIdException(String, Exception)
Initializes a new instance of the VssCannotRevertDiskIdException class.
Declaration
public VssCannotRevertDiskIdException(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. |