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

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

Construct instance of InProgressTableRestoreQuotaExceededException
public InProgressTableRestoreQuotaExceededException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public InProgressTableRestoreQuotaExceededException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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