Table of Contents

Class MaxLexemeLengthExceededException

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

Polly exception

public class MaxLexemeLengthExceededException : AmazonPollyException
Inheritance
MaxLexemeLengthExceededException

Constructors

MaxLexemeLengthExceededException(Exception)

Construct instance of MaxLexemeLengthExceededException

public MaxLexemeLengthExceededException(Exception innerException)

Parameters

innerException Exception

MaxLexemeLengthExceededException(SerializationInfo, StreamingContext)

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

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

MaxLexemeLengthExceededException(string)

Constructs a new MaxLexemeLengthExceededException with the specified error message.

public MaxLexemeLengthExceededException(string message)

Parameters

message string

Describes the error encountered.

MaxLexemeLengthExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of MaxLexemeLengthExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

MaxLexemeLengthExceededException(string, Exception)

Construct instance of MaxLexemeLengthExceededException

public MaxLexemeLengthExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

MaxLexemeLengthExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of MaxLexemeLengthExceededException

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