Amazon.CognitoIdentityProvider.Model.UserNotConfirmedException.UserNotConfirmedException C# (CSharp) Method

UserNotConfirmedException() public method

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

Same methods

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