Class InvalidS3BucketException
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
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe 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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode