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

InvalidCacheParameterGroupStateException() public method

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

Same methods

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