Amazon.Redshift.Model.InProgressTableRestoreQuotaExceededException.InProgressTableRestoreQuotaExceededException C# (CSharp) Метод

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

Constructs a new InProgressTableRestoreQuotaExceededException with the specified error message.
public InProgressTableRestoreQuotaExceededException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public InProgressTableRestoreQuotaExceededException(string message) 
            : base(message) {}
          

Same methods

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