Amazon.ElastiCache.Model.NodeQuotaForCustomerExceededException.NodeQuotaForCustomerExceededException C# (CSharp) Метод

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

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

Same methods

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