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

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

Constructs a new CacheClusterAlreadyExistsException with the specified error message.
public CacheClusterAlreadyExistsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public CacheClusterAlreadyExistsException(string message) 
            : base(message) {}
          

Same methods

CacheClusterAlreadyExistsException::CacheClusterAlreadyExistsException ( Exception innerException ) : System
CacheClusterAlreadyExistsException::CacheClusterAlreadyExistsException ( System info, System context ) : 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