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

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

Construct instance of HsmClientCertificateNotFoundException
public HsmClientCertificateNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public HsmClientCertificateNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

HsmClientCertificateNotFoundException::HsmClientCertificateNotFoundException ( System info, System context ) : System
HsmClientCertificateNotFoundException::HsmClientCertificateNotFoundException ( string message ) : 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