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

CacheSecurityGroupAlreadyExistsException() public method

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

Same methods

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