Amazon.IdentityManagement.Model.CredentialReportNotReadyException.CredentialReportNotReadyException C# (CSharp) Method

CredentialReportNotReadyException() public method

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

Same methods

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