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

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

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

Same methods

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