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