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

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

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

Same methods

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 ) : System
InProgressTableRestoreQuotaExceededException::InProgressTableRestoreQuotaExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
InProgressTableRestoreQuotaExceededException