Amazon.S3.DeleteObjectsException.DeleteObjectsException C# (CSharp) Метод

DeleteObjectsException() публичный Метод

Constructs an instance of DeleteObjectsException
public DeleteObjectsException ( Amazon.S3.Model.DeleteObjectsResponse response ) : System
response Amazon.S3.Model.DeleteObjectsResponse
Результат System
        public DeleteObjectsException(DeleteObjectsResponse response)
            : base(CreateMessage(response))
        {
            this.response = response;
        }

Same methods

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