VssDeleteSnapshotsFailedException Class |
Namespace: Alphaleonis.Win32.Vss
The VssDeleteSnapshotsFailedException type exposes the following members.
Name | Description | |
---|---|---|
![]() | VssDeleteSnapshotsFailedException |
Initializes a new instance of the VssDeleteSnapshotsFailedException class.
|
![]() | VssDeleteSnapshotsFailedException(String) |
Initializes a new instance of the VssDeleteSnapshotsFailedException class with the specified error message.
|
![]() | VssDeleteSnapshotsFailedException(String, Exception) |
Initializes a new instance of the VssDeleteSnapshotsFailedException class with the specified error message and a reference
to the exception causing this exception to be thrown.
|
![]() | VssDeleteSnapshotsFailedException(Int32, Guid, Exception) |
Initializes a new instance of the VssDeleteSnapshotsFailedException class, specifying the number of
successfully deleted snapshots, the id of the snapshot on which the delete operation failed and the exception
causing the delete operation to fail.
|
Name | Description | |
---|---|---|
![]() | GetObjectData |
Sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) |
Name | Description | |
---|---|---|
![]() | DeletedSnapshotsCount |
Gets the number of successfully deleted snapshots.
|
![]() | NonDeletedSnapshotId |
Gets the non id of the snapshot that failed to be deleted.
|