Table of Contents

Class SynthesisTaskNotFoundException

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

Polly exception

public class SynthesisTaskNotFoundException : AmazonPollyException
Inheritance
SynthesisTaskNotFoundException

Constructors

SynthesisTaskNotFoundException(Exception)

Construct instance of SynthesisTaskNotFoundException

public SynthesisTaskNotFoundException(Exception innerException)

Parameters

innerException Exception

SynthesisTaskNotFoundException(SerializationInfo, StreamingContext)

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

protected SynthesisTaskNotFoundException(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).

SynthesisTaskNotFoundException(string)

Constructs a new SynthesisTaskNotFoundException with the specified error message.

public SynthesisTaskNotFoundException(string message)

Parameters

message string

Describes the error encountered.

SynthesisTaskNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of SynthesisTaskNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

SynthesisTaskNotFoundException(string, Exception)

Construct instance of SynthesisTaskNotFoundException

public SynthesisTaskNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

SynthesisTaskNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of SynthesisTaskNotFoundException

public SynthesisTaskNotFoundException(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