Amazon.DatabaseMigrationService.Model.StorageQuotaExceededException.StorageQuotaExceededException C# (CSharp) Method

StorageQuotaExceededException() public method

Constructs a new StorageQuotaExceededException with the specified error message.
public StorageQuotaExceededException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public StorageQuotaExceededException(string message) 
            : base(message) {}
          

Same methods

StorageQuotaExceededException::StorageQuotaExceededException ( Exception innerException ) : System
StorageQuotaExceededException::StorageQuotaExceededException ( System info, System context ) : 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