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

ResourceQuotaExceededException() public method

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

Same methods

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