Amazon.Polly.AmazonPollyException.AmazonPollyException C# (CSharp) Method

AmazonPollyException() public method

Construct instance of AmazonPollyException
public AmazonPollyException ( Exception innerException ) : System
innerException System.Exception
return System
        public AmazonPollyException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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