Table of Contents

Class InvalidNextTokenException

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

Polly exception

public class InvalidNextTokenException : AmazonPollyException
Inheritance
InvalidNextTokenException

Constructors

InvalidNextTokenException(Exception)

Construct instance of InvalidNextTokenException

public InvalidNextTokenException(Exception innerException)

Parameters

innerException Exception

InvalidNextTokenException(SerializationInfo, StreamingContext)

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

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

InvalidNextTokenException(string)

Constructs a new InvalidNextTokenException with the specified error message.

public InvalidNextTokenException(string message)

Parameters

message string

Describes the error encountered.

InvalidNextTokenException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidNextTokenException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidNextTokenException(string, Exception)

Construct instance of InvalidNextTokenException

public InvalidNextTokenException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidNextTokenException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidNextTokenException

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