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

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

Construct instance of HsmClientCertificateAlreadyExistsException
public HsmClientCertificateAlreadyExistsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public HsmClientCertificateAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, 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, Exception innerException ) : System
HsmClientCertificateAlreadyExistsException::HsmClientCertificateAlreadyExistsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
HsmClientCertificateAlreadyExistsException