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

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

Construct instance of NodeQuotaForCustomerExceededException
public NodeQuotaForCustomerExceededException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public NodeQuotaForCustomerExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

NodeQuotaForCustomerExceededException::NodeQuotaForCustomerExceededException ( System info, System context ) : System
NodeQuotaForCustomerExceededException::NodeQuotaForCustomerExceededException ( string message ) : 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