Amazon.ElasticLoadBalancing.Model.CertificateNotFoundException.CertificateNotFoundException C# (CSharp) Method

CertificateNotFoundException() public method

Constructs a new CertificateNotFoundException with the specified error message.
public CertificateNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public CertificateNotFoundException(string message) 
            : base(message) {}
          

Same methods

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