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

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

Construct instance of NodeQuotaForCustomerExceededException
public NodeQuotaForCustomerExceededException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public NodeQuotaForCustomerExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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