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

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

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

Same methods

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