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

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

Construct instance of InvalidSampleRateException
public InvalidSampleRateException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidSampleRateException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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