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

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

Construct instance of ClusterParameterGroupQuotaExceededException
public ClusterParameterGroupQuotaExceededException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ClusterParameterGroupQuotaExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::ClusterParameterGroupQuotaExceededException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ClusterParameterGroupQuotaExceededException