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

CacheClusterNotFoundException() public method

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

Same methods

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