Amazon.Redshift.Model.HsmClientCertificateAlreadyExistsException.HsmClientCertificateAlreadyExistsException C# (CSharp) Method

HsmClientCertificateAlreadyExistsException() public method

Construct instance of HsmClientCertificateAlreadyExistsException
public HsmClientCertificateAlreadyExistsException ( 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
return System
        public HsmClientCertificateAlreadyExistsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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