Amazon.ElastiCache.Model.NodeQuotaForClusterExceededException.NodeQuotaForClusterExceededException C# (CSharp) Method

NodeQuotaForClusterExceededException() public method

Construct instance of NodeQuotaForClusterExceededException
public NodeQuotaForClusterExceededException ( Exception innerException ) : System
innerException System.Exception
return System
        public NodeQuotaForClusterExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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