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

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

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

Same methods

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