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

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

Constructs a new ReservedNodeQuotaExceededException with the specified error message.
public ReservedNodeQuotaExceededException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ReservedNodeQuotaExceededException(string message) 
            : base(message) {}
          

Same methods

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