Amazon.Redshift.Model.ClusterParameterGroupAlreadyExistsException.ClusterParameterGroupAlreadyExistsException C# (CSharp) Метод

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

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

Same methods

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