Amazon.SecurityToken.Model.IDPRejectedClaimException.IDPRejectedClaimException C# (CSharp) Method

IDPRejectedClaimException() public method

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

Same methods

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