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

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

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

Same methods

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