Class DeleteObjectsException
AmazonS3 exception. Thrown when DeleteObjects returns successfully, but some of the objects were not deleted.
public class DeleteObjectsException : AmazonS3Exception
- Inheritance
-
DeleteObjectsException
- Inherited Members
Constructors
DeleteObjectsException(DeleteObjectsResponse)
Constructs an instance of DeleteObjectsException
public DeleteObjectsException(DeleteObjectsResponse response)
Parameters
response
DeleteObjectsResponse
Properties
Response
Gets and sets the ErrorResponse property. The DeleteObjectsErrorResponse associated with this exception.
public DeleteObjectsResponse Response { get; set; }