Class UnsupportedPlsLanguageException
Polly exception
public class UnsupportedPlsLanguageException : AmazonPollyException
  - Inheritance
 - 
      
      
      UnsupportedPlsLanguageException
 
Constructors
UnsupportedPlsLanguageException(Exception)
Construct instance of UnsupportedPlsLanguageException
public UnsupportedPlsLanguageException(Exception innerException)
  Parameters
innerExceptionException
UnsupportedPlsLanguageException(SerializationInfo, StreamingContext)
Constructs a new instance of the UnsupportedPlsLanguageException class with serialized data.
protected UnsupportedPlsLanguageException(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).
UnsupportedPlsLanguageException(string)
Constructs a new UnsupportedPlsLanguageException with the specified error message.
public UnsupportedPlsLanguageException(string message)
  Parameters
messagestringDescribes the error encountered.
UnsupportedPlsLanguageException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of UnsupportedPlsLanguageException
public UnsupportedPlsLanguageException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
UnsupportedPlsLanguageException(string, Exception)
Construct instance of UnsupportedPlsLanguageException
public UnsupportedPlsLanguageException(string message, Exception innerException)
  Parameters
UnsupportedPlsLanguageException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of UnsupportedPlsLanguageException
public UnsupportedPlsLanguageException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode