Amazon.Polly.Model.UnsupportedPlsAlphabetException.UnsupportedPlsAlphabetException C# (CSharp) 메소드

UnsupportedPlsAlphabetException() 공개 메소드

Construct instance of UnsupportedPlsAlphabetException
public UnsupportedPlsAlphabetException ( Exception innerException ) : System
innerException System.Exception
리턴 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