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

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

Constructs a new HsmClientCertificateNotFoundException with the specified error message.
public HsmClientCertificateNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public HsmClientCertificateNotFoundException(string message) 
            : base(message) {}
          

Same methods

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