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

CacheSubnetGroupQuotaExceededException() public method

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

Same methods

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