Amazon.Polly.Model.LexiconSizeExceededException.LexiconSizeExceededException C# (CSharp) Метод

LexiconSizeExceededException() публичный Метод

Construct instance of LexiconSizeExceededException
public LexiconSizeExceededException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public LexiconSizeExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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