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

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

Construct instance of ClusterParameterGroupAlreadyExistsException
public ClusterParameterGroupAlreadyExistsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public ClusterParameterGroupAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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