Amazon.ElastiCache.Model.CacheClusterAlreadyExistsException.CacheClusterAlreadyExistsException C# (CSharp) Метод

CacheClusterAlreadyExistsException() публичный Метод

Construct instance of CacheClusterAlreadyExistsException
public CacheClusterAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public CacheClusterAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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