Class InvalidS3BucketException
Polly exception
public class InvalidS3BucketException : AmazonPollyException
  - Inheritance
 - 
      
      
      InvalidS3BucketException
 
Constructors
InvalidS3BucketException(Exception)
Construct instance of InvalidS3BucketException
public InvalidS3BucketException(Exception innerException)
  Parameters
innerExceptionException
InvalidS3BucketException(SerializationInfo, StreamingContext)
Constructs a new instance of the InvalidS3BucketException class with serialized data.
protected InvalidS3BucketException(SerializationInfo info, StreamingContext context)
  Parameters
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
 The
infoparameter 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
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
InvalidS3BucketException(string, Exception)
Construct instance of InvalidS3BucketException
public InvalidS3BucketException(string message, Exception innerException)
  Parameters
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode