Class SsmlMarksNotSupportedForTextTypeException
Polly exception
public class SsmlMarksNotSupportedForTextTypeException : AmazonPollyException
  - Inheritance
 - 
      
      
      SsmlMarksNotSupportedForTextTypeException
 
Constructors
SsmlMarksNotSupportedForTextTypeException(Exception)
Construct instance of SsmlMarksNotSupportedForTextTypeException
public SsmlMarksNotSupportedForTextTypeException(Exception innerException)
  Parameters
innerExceptionException
SsmlMarksNotSupportedForTextTypeException(SerializationInfo, StreamingContext)
Constructs a new instance of the SsmlMarksNotSupportedForTextTypeException class with serialized data.
protected SsmlMarksNotSupportedForTextTypeException(SerializationInfo info, StreamingContext context)
  Parameters
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
 The
infoparameter is null.- SerializationException
 The class name is null or HResult is zero (0).
SsmlMarksNotSupportedForTextTypeException(string)
Constructs a new SsmlMarksNotSupportedForTextTypeException with the specified error message.
public SsmlMarksNotSupportedForTextTypeException(string message)
  Parameters
messagestringDescribes the error encountered.
SsmlMarksNotSupportedForTextTypeException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of SsmlMarksNotSupportedForTextTypeException
public SsmlMarksNotSupportedForTextTypeException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
SsmlMarksNotSupportedForTextTypeException(string, Exception)
Construct instance of SsmlMarksNotSupportedForTextTypeException
public SsmlMarksNotSupportedForTextTypeException(string message, Exception innerException)
  Parameters
SsmlMarksNotSupportedForTextTypeException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of SsmlMarksNotSupportedForTextTypeException
public SsmlMarksNotSupportedForTextTypeException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode