Amazon.IoT.Model.CertificateStateException.CertificateStateException C# (CSharp) Method

CertificateStateException() public method

Construct instance of CertificateStateException
public CertificateStateException ( Exception innerException ) : System
innerException System.Exception
return System
        public CertificateStateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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