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

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

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

Same methods

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