Table of Contents

Class InvalidS3BucketException

Namespace
Amazon.Polly.Model
Assembly
AWSSDK.Polly.dll

Polly exception

public class InvalidS3BucketException : AmazonPollyException
Inheritance
InvalidS3BucketException

Constructors

InvalidS3BucketException(Exception)

Construct instance of InvalidS3BucketException

public InvalidS3BucketException(Exception innerException)

Parameters

innerException Exception

InvalidS3BucketException(SerializationInfo, StreamingContext)

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

protected InvalidS3BucketException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).

InvalidS3BucketException(string)

Constructs a new InvalidS3BucketException with the specified error message.

public InvalidS3BucketException(string message)

Parameters

message string

Describes the error encountered.

InvalidS3BucketException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidS3BucketException

public InvalidS3BucketException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidS3BucketException(string, Exception)

Construct instance of InvalidS3BucketException

public InvalidS3BucketException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidS3BucketException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidS3BucketException

public InvalidS3BucketException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode