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

CacheSecurityGroupQuotaExceededException() public method

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

Same methods

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