Amazon.DatabaseMigrationService.Model.StorageQuotaExceededException.StorageQuotaExceededException C# (CSharp) Метод

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

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

Same methods

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