Table of Contents

Class MarksNotSupportedForFormatException

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

Polly exception

public class MarksNotSupportedForFormatException : AmazonPollyException
Inheritance
MarksNotSupportedForFormatException

Constructors

MarksNotSupportedForFormatException(Exception)

Construct instance of MarksNotSupportedForFormatException

public MarksNotSupportedForFormatException(Exception innerException)

Parameters

innerException Exception

MarksNotSupportedForFormatException(SerializationInfo, StreamingContext)

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

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

MarksNotSupportedForFormatException(string)

Constructs a new MarksNotSupportedForFormatException with the specified error message.

public MarksNotSupportedForFormatException(string message)

Parameters

message string

Describes the error encountered.

MarksNotSupportedForFormatException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of MarksNotSupportedForFormatException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

MarksNotSupportedForFormatException(string, Exception)

Construct instance of MarksNotSupportedForFormatException

public MarksNotSupportedForFormatException(string message, Exception innerException)

Parameters

message string
innerException Exception

MarksNotSupportedForFormatException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of MarksNotSupportedForFormatException

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