Table of Contents

Class UnsupportedPlsAlphabetException

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

Polly exception

public class UnsupportedPlsAlphabetException : AmazonPollyException
Inheritance
UnsupportedPlsAlphabetException

Constructors

UnsupportedPlsAlphabetException(Exception)

Construct instance of UnsupportedPlsAlphabetException

public UnsupportedPlsAlphabetException(Exception innerException)

Parameters

innerException Exception

UnsupportedPlsAlphabetException(SerializationInfo, StreamingContext)

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

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

UnsupportedPlsAlphabetException(string)

Constructs a new UnsupportedPlsAlphabetException with the specified error message.

public UnsupportedPlsAlphabetException(string message)

Parameters

message string

Describes the error encountered.

UnsupportedPlsAlphabetException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of UnsupportedPlsAlphabetException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

UnsupportedPlsAlphabetException(string, Exception)

Construct instance of UnsupportedPlsAlphabetException

public UnsupportedPlsAlphabetException(string message, Exception innerException)

Parameters

message string
innerException Exception

UnsupportedPlsAlphabetException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of UnsupportedPlsAlphabetException

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