Table of Contents

Class EngineNotSupportedException

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

Polly exception

public class EngineNotSupportedException : AmazonPollyException
Inheritance
EngineNotSupportedException

Constructors

EngineNotSupportedException(Exception)

Construct instance of EngineNotSupportedException

public EngineNotSupportedException(Exception innerException)

Parameters

innerException Exception

EngineNotSupportedException(SerializationInfo, StreamingContext)

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

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

EngineNotSupportedException(string)

Constructs a new EngineNotSupportedException with the specified error message.

public EngineNotSupportedException(string message)

Parameters

message string

Describes the error encountered.

EngineNotSupportedException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of EngineNotSupportedException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

EngineNotSupportedException(string, Exception)

Construct instance of EngineNotSupportedException

public EngineNotSupportedException(string message, Exception innerException)

Parameters

message string
innerException Exception

EngineNotSupportedException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of EngineNotSupportedException

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