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

TextLengthExceededException() public method

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

Same methods

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