Class VssInconsistentSnapshotWriterException
Exception indicating that the the shadow copy contains only a subset of the volumes needed by the writer to correctly back up the application component.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssInconsistentSnapshotWriterException : VssWriterException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVssInconsistentSnapshotWriterException()
Initializes a new instance of the VssInconsistentSnapshotWriterException class.
Declaration
public VssInconsistentSnapshotWriterException()
VssInconsistentSnapshotWriterException(SerializationInfo, StreamingContext)
Initializes a new instance of the VssInconsistentSnapshotWriterException class.
Declaration
protected VssInconsistentSnapshotWriterException(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). |
VssInconsistentSnapshotWriterException(String)
Initializes a new instance of the VssInconsistentSnapshotWriterException class.
Declaration
public VssInconsistentSnapshotWriterException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
VssInconsistentSnapshotWriterException(String, Exception)
Initializes a new instance of the VssInconsistentSnapshotWriterException class.
Declaration
public VssInconsistentSnapshotWriterException(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. |