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

UnsupportedPlsAlphabetException() public method

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

Same methods

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