C# Class Amazon.S3.DeleteObjectsException

Inheritance: AmazonS3Exception
Exibir arquivo Open project: aws/aws-sdk-net

Public Methods

Method Description
DeleteObjectsException ( Amazon.S3.Model.DeleteObjectsResponse response ) : System

Constructs an instance of DeleteObjectsException

Protected Methods

Method Description
DeleteObjectsException ( System info, System context ) : System

Constructs a new instance of the DeleteObjectsException class with serialized data.

Private Methods

Method Description
CreateMessage ( Amazon.S3.Model.DeleteObjectsResponse response ) : string
GetObjectData ( System info, System context ) : void

Method Details

DeleteObjectsException() public method

Constructs an instance of DeleteObjectsException
public DeleteObjectsException ( Amazon.S3.Model.DeleteObjectsResponse response ) : System
response Amazon.S3.Model.DeleteObjectsResponse
return System

DeleteObjectsException() protected method

Constructs a new instance of the DeleteObjectsException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected DeleteObjectsException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
return System