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

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

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

Same methods

MaxLexemeLengthExceededException::MaxLexemeLengthExceededException ( System info, System context ) : System
MaxLexemeLengthExceededException::MaxLexemeLengthExceededException ( string message ) : 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