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

CacheParameterGroupAlreadyExistsException() public method

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

Same methods

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