Amazon.Polly.Model.LexiconNotFoundException.LexiconNotFoundException C# (CSharp) Method

LexiconNotFoundException() public method

Construct instance of LexiconNotFoundException
public LexiconNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public LexiconNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

LexiconNotFoundException::LexiconNotFoundException ( System info, System context ) : System
LexiconNotFoundException::LexiconNotFoundException ( string message ) : System
LexiconNotFoundException::LexiconNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LexiconNotFoundException::LexiconNotFoundException ( string message, Exception innerException ) : System
LexiconNotFoundException::LexiconNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LexiconNotFoundException