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

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

Constructs a new LexiconSizeExceededException with the specified error message.
public LexiconSizeExceededException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public LexiconSizeExceededException(string message) 
            : base(message) {}
          

Same methods

LexiconSizeExceededException::LexiconSizeExceededException ( Exception innerException ) : System
LexiconSizeExceededException::LexiconSizeExceededException ( System info, System context ) : 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