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

HsmClientCertificateAlreadyExistsException() public method

Construct instance of HsmClientCertificateAlreadyExistsException
public HsmClientCertificateAlreadyExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public HsmClientCertificateAlreadyExistsException(string message, Exception innerException) 
            : base(message, innerException) {}
            

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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
HsmClientCertificateAlreadyExistsException